End of training
Browse files
README.md
CHANGED
@@ -4,8 +4,6 @@ license: mit
|
|
4 |
base_model: microsoft/speecht5_tts
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
datasets:
|
8 |
-
- common_voice_11_0
|
9 |
model-index:
|
10 |
- name: TTS_FineTune_French
|
11 |
results: []
|
@@ -16,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# TTS_FineTune_French
|
18 |
|
19 |
-
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -51,14 +49,14 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch
|
55 |
-
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
4 |
base_model: microsoft/speecht5_tts
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
model-index:
|
8 |
- name: TTS_FineTune_French
|
9 |
results: []
|
|
|
14 |
|
15 |
# TTS_FineTune_French
|
16 |
|
17 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4810
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
54 |
+
| 4.3698 | 16.6957 | 100 | 0.5334 |
|
55 |
+
| 3.9064 | 33.3478 | 200 | 0.5207 |
|
56 |
+
| 3.6468 | 50.0 | 300 | 0.4919 |
|
57 |
+
| 3.6001 | 66.6957 | 400 | 0.4892 |
|
58 |
+
| 3.4848 | 83.3478 | 500 | 0.4813 |
|
59 |
+
| 3.3729 | 100.0 | 600 | 0.4810 |
|
60 |
|
61 |
|
62 |
### Framework versions
|