Commit
·
c3616b3
1
Parent(s):
4993d83
update model card README.md
Browse files
README.md
CHANGED
@@ -6,20 +6,20 @@ tags:
|
|
6 |
- text-to-speech
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
10 |
model-index:
|
11 |
-
- name:
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
#
|
19 |
|
20 |
-
This model is a fine-tuned version of [Avitas8485/speecht5_tts_commonvoice_en_03](https://huggingface.co/Avitas8485/speecht5_tts_commonvoice_en_03) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -47,15 +47,17 @@ The following hyperparameters were used during training:
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 500
|
50 |
-
- training_steps:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
6 |
- text-to-speech
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
+
- lj_speech
|
10 |
model-index:
|
11 |
+
- name: speecht5_tts_commonvoice_en_04
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# speecht5_tts_commonvoice_en_04
|
19 |
|
20 |
+
This model is a fine-tuned version of [Avitas8485/speecht5_tts_commonvoice_en_03](https://huggingface.co/Avitas8485/speecht5_tts_commonvoice_en_03) on the ljspeech dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3719
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_steps: 500
|
50 |
+
- training_steps: 4000
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
+
| 0.4105 | 1.36 | 1000 | 0.3789 |
|
58 |
+
| 0.409 | 2.71 | 2000 | 0.3753 |
|
59 |
+
| 0.4076 | 4.07 | 3000 | 0.3735 |
|
60 |
+
| 0.4055 | 5.43 | 4000 | 0.3719 |
|
61 |
|
62 |
|
63 |
### Framework versions
|