lithish2602 commited on
Commit
6f68e37
1 Parent(s): 4e6e639

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -17,6 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
  # speecht5_tts_ta
18
 
19
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_17_0 dataset.
 
 
20
 
21
  ## Model description
22
 
@@ -46,6 +48,16 @@ The following hyperparameters were used during training:
46
  - training_steps: 4000
47
  - mixed_precision_training: Native AMP
48
 
 
 
 
 
 
 
 
 
 
 
49
  ### Framework versions
50
 
51
  - Transformers 4.46.0.dev0
 
17
  # speecht5_tts_ta
18
 
19
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_17_0 dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6216
22
 
23
  ## Model description
24
 
 
48
  - training_steps: 4000
49
  - mixed_precision_training: Native AMP
50
 
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:----:|:---------------:|
55
+ | 0.7014 | 500.0 | 1000 | 0.5671 |
56
+ | 0.6384 | 1000.0 | 2000 | 0.6343 |
57
+ | 0.5742 | 1500.0 | 3000 | 0.6314 |
58
+ | 0.5597 | 2000.0 | 4000 | 0.6216 |
59
+
60
+
61
  ### Framework versions
62
 
63
  - Transformers 4.46.0.dev0