CarmelaFinianos
commited on
Commit
•
9769c59
1
Parent(s):
0b07724
End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: mit
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# speecht5_finetuned_emirhan_tr
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -49,13 +49,13 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch
|
53 |
-
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: mit
|
4 |
+
base_model: microsoft/speecht5_tts
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
|
|
14 |
|
15 |
# speecht5_finetuned_emirhan_tr
|
16 |
|
17 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4809
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 0.546 | 1.1331 | 100 | 0.5412 |
|
55 |
+
| 0.4927 | 2.2663 | 200 | 0.5164 |
|
56 |
+
| 0.479 | 3.3994 | 300 | 0.4897 |
|
57 |
+
| 0.4654 | 4.5326 | 400 | 0.4828 |
|
58 |
+
| 0.4629 | 5.6657 | 500 | 0.4809 |
|
59 |
|
60 |
|
61 |
### Framework versions
|