bwilkie commited on
Commit
379ee9f
·
1 Parent(s): 1b3b9b9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- license: mit
3
- base_model: microsoft/speecht5_tts
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # speecht5_finetuned_voxpopuli_en
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.6375
21
 
22
  ## Model description
23
 
@@ -45,15 +45,14 @@ 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: 10
48
- - training_steps: 30
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
- | 0.8412 | 0.12 | 10 | 0.7213 |
55
- | 0.7107 | 0.24 | 20 | 0.6504 |
56
- | 0.7161 | 0.35 | 30 | 0.6375 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: speechbrain/spkrec-xvect-voxceleb
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
15
 
16
  # speecht5_finetuned_voxpopuli_en
17
 
18
+ This model is a fine-tuned version of [speechbrain/spkrec-xvect-voxceleb](https://huggingface.co/speechbrain/spkrec-xvect-voxceleb) on the facebook/voxpopuli dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6952
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: 10
48
+ - training_steps: 20
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.7848 | 0.12 | 10 | 0.7479 |
55
+ | 0.7404 | 0.24 | 20 | 0.6952 |
 
56
 
57
 
58
  ### Framework versions