End of training
Browse files
README.md
CHANGED
@@ -4,10 +4,10 @@ language:
|
|
4 |
license: mit
|
5 |
base_model: microsoft/speecht5_tts
|
6 |
tags:
|
7 |
-
- '[finetuned_model,
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
- FYP/LJ-
|
11 |
model-index:
|
12 |
- name: SpeechT5 TTS
|
13 |
results: []
|
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the Lj-Speech dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch
|
57 |
-
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
4 |
license: mit
|
5 |
base_model: microsoft/speecht5_tts
|
6 |
tags:
|
7 |
+
- '[finetuned_model, lj_speech11]'
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- FYP/LJ-Speech11
|
11 |
model-index:
|
12 |
- name: SpeechT5 TTS
|
13 |
results: []
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the Lj-Speech dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.2991
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
+
| 1.7243 | 100.0 | 100 | 1.4665 |
|
59 |
+
| 1.3121 | 200.0 | 200 | 1.2991 |
|
60 |
|
61 |
|
62 |
### Framework versions
|