Moustapha91 commited on
Commit
06875de
1 Parent(s): b989427

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.3505
19
 
20
  ## Model description
21
 
@@ -43,16 +43,20 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 5000
46
- - training_steps: 3000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss |
52
- |:-------------:|:------:|:----:|:---------------:|
53
- | 0.4485 | 2.5397 | 1000 | 0.3890 |
54
- | 0.4026 | 5.0794 | 2000 | 0.3610 |
55
- | 0.385 | 7.6190 | 3000 | 0.3505 |
 
 
 
 
56
 
57
 
58
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.3364
19
 
20
  ## Model description
21
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 5000
46
+ - training_steps: 7000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-------:|:----:|:---------------:|
53
+ | 0.4494 | 2.8219 | 1000 | 0.3897 |
54
+ | 0.4043 | 5.6437 | 2000 | 0.3628 |
55
+ | 0.3852 | 8.4656 | 3000 | 0.3500 |
56
+ | 0.3756 | 11.2875 | 4000 | 0.3447 |
57
+ | 0.3666 | 14.1093 | 5000 | 0.3408 |
58
+ | 0.3575 | 16.9312 | 6000 | 0.3375 |
59
+ | 0.354 | 19.7531 | 7000 | 0.3364 |
60
 
61
 
62
  ### Framework versions