VinayHajare commited on
Commit
b8e2209
·
1 Parent(s): f349f2b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the Voxpopuli dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.4942
23
 
24
  ## Model description
25
 
@@ -46,14 +46,15 @@ The following hyperparameters were used during training:
46
  - total_train_batch_size: 32
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - lr_scheduler_warmup_steps: 50
50
- - training_steps: 500
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-----:|:----:|:---------------:|
56
- | 0.5433 | 2.8 | 500 | 0.4942 |
 
57
 
58
 
59
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the Voxpopuli dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.4763
23
 
24
  ## Model description
25
 
 
46
  - total_train_batch_size: 32
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 100
50
+ - training_steps: 1000
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-----:|:----:|:---------------:|
56
+ | 0.5191 | 2.8 | 500 | 0.4793 |
57
+ | 0.5083 | 5.6 | 1000 | 0.4763 |
58
 
59
 
60
  ### Framework versions