sjdata commited on
Commit
7aad571
1 Parent(s): 0ccb8ec

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -1,18 +1,24 @@
1
  ---
 
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
- - name: speecht5_finetuned_single_speaker_en_test_librivox
7
  results: []
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
- # speecht5_finetuned_single_speaker_en_test_librivox
14
 
15
- This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the None dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -40,10 +46,16 @@ The following hyperparameters were used during training:
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
  - lr_scheduler_warmup_steps: 500
43
- - num_epochs: 3.0
44
 
45
  ### Training results
46
 
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
  tags:
6
  - generated_from_trainer
7
+ datasets:
8
+ - speecht5_finetuned_single_speaker_en_test_librivox
9
  model-index:
10
+ - name: SpeechT5 Single Speaker test
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
+ # SpeechT5 Single Speaker test
18
 
19
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the single_speaker_en_test_librivox dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3865
22
 
23
  ## Model description
24
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
+ - training_steps: 4000
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:-----:|:----:|:---------------:|
55
+ | 0.4198 | 12.44 | 1000 | 0.3884 |
56
+ | 0.4006 | 24.88 | 2000 | 0.3901 |
57
+ | 0.3883 | 37.33 | 3000 | 0.3875 |
58
+ | 0.3878 | 49.77 | 4000 | 0.3865 |
59
 
60
 
61
  ### Framework versions