PhysHunter commited on
Commit
eee0d62
1 Parent(s): 8be9324

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5228
21
 
22
  ## Model description
23
 
@@ -45,20 +45,22 @@ The following hyperparameters were used during training:
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 50
48
- - training_steps: 400
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
- | 0.6882 | 2.04 | 50 | 0.6228 |
55
- | 0.6255 | 5.03 | 100 | 0.5841 |
56
- | 0.5967 | 8.02 | 150 | 0.5516 |
57
- | 0.5715 | 11.01 | 200 | 0.5335 |
58
- | 0.5614 | 14.0 | 250 | 0.5297 |
59
- | 0.5577 | 16.04 | 300 | 0.5236 |
60
- | 0.5478 | 19.03 | 350 | 0.5214 |
61
- | 0.5535 | 22.02 | 400 | 0.5228 |
 
 
62
 
63
 
64
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.5054
21
 
22
  ## Model description
23
 
 
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 50
48
+ - training_steps: 500
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.6907 | 2.01 | 50 | 0.6140 |
55
+ | 0.6341 | 4.02 | 100 | 0.5730 |
56
+ | 0.5993 | 6.04 | 150 | 0.5417 |
57
+ | 0.5707 | 9.0 | 200 | 0.5216 |
58
+ | 0.5551 | 11.02 | 250 | 0.5130 |
59
+ | 0.5589 | 13.03 | 300 | 0.5110 |
60
+ | 0.5447 | 15.04 | 350 | 0.5075 |
61
+ | 0.5463 | 18.01 | 400 | 0.5073 |
62
+ | 0.5381 | 20.02 | 450 | 0.5057 |
63
+ | 0.5409 | 22.03 | 500 | 0.5054 |
64
 
65
 
66
  ### Framework versions