lithish2602
commited on
Model save
Browse files- README.md +8 -8
- generation_config.json +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_17_0 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -52,15 +52,15 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:------:|:----:|:---------------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
-
- Transformers 4.
|
64 |
- Pytorch 2.5.0+cu121
|
65 |
-
- Datasets 3.0
|
66 |
-
- Tokenizers 0.20.
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_17_0 dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5678
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:------:|:----:|:---------------:|
|
55 |
+
| 0.3551 | 500.0 | 1000 | 0.4988 |
|
56 |
+
| 0.3218 | 1000.0 | 2000 | 0.5528 |
|
57 |
+
| 0.2891 | 1500.0 | 3000 | 0.5593 |
|
58 |
+
| 0.282 | 2000.0 | 4000 | 0.5678 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
+
- Transformers 4.47.0.dev0
|
64 |
- Pytorch 2.5.0+cu121
|
65 |
+
- Datasets 3.1.0
|
66 |
+
- Tokenizers 0.20.3
|
generation_config.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
"eos_token_id": 2,
|
6 |
"max_length": 1876,
|
7 |
"pad_token_id": 1,
|
8 |
-
"transformers_version": "4.
|
9 |
}
|
|
|
5 |
"eos_token_id": 2,
|
6 |
"max_length": 1876,
|
7 |
"pad_token_id": 1,
|
8 |
+
"transformers_version": "4.47.0.dev0"
|
9 |
}
|