update model card README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,22 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
- vi
|
4 |
tags:
|
5 |
-
-
|
6 |
-
- vivos
|
7 |
datasets:
|
8 |
- vivos
|
9 |
model-index:
|
10 |
-
- name:
|
11 |
results: []
|
12 |
-
pipeline-tag:
|
13 |
-
- text-to-speech
|
14 |
-
widget:
|
15 |
-
- text: "Đây được xem là truyện thơ nổi tiếng nhất và xét vào hàng kinh điển trong văn học Việt Nam."
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
-
#
|
22 |
|
23 |
-
This model is a fine-tuned version of [
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -56,10 +50,10 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
@@ -67,4 +61,4 @@ The following hyperparameters were used during training:
|
|
67 |
- Transformers 4.29.0.dev0
|
68 |
- Pytorch 2.0.0
|
69 |
- Datasets 2.11.0
|
70 |
-
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
+
license: mit
|
|
|
3 |
tags:
|
4 |
+
- generated_from_trainer
|
|
|
5 |
datasets:
|
6 |
- vivos
|
7 |
model-index:
|
8 |
+
- name: speecht5_tts_vivos
|
9 |
results: []
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
+
# speecht5_tts_vivos
|
16 |
|
17 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the vivos dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4145
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 0.4582 | 2.81 | 1000 | 0.4213 |
|
54 |
+
| 0.459 | 5.63 | 2000 | 0.4204 |
|
55 |
+
| 0.4489 | 8.44 | 3000 | 0.4149 |
|
56 |
+
| 0.4466 | 11.25 | 4000 | 0.4145 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
61 |
- Transformers 4.29.0.dev0
|
62 |
- Pytorch 2.0.0
|
63 |
- Datasets 2.11.0
|
64 |
+
- Tokenizers 0.13.3
|