update model card README.md
Browse files
README.md
CHANGED
@@ -5,18 +5,18 @@ tags:
|
|
5 |
datasets:
|
6 |
- facebook/voxpopuli
|
7 |
model-index:
|
8 |
-
- name:
|
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 |
-
#
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,22 +44,32 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_ratio: 0.1
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
5 |
datasets:
|
6 |
- facebook/voxpopuli
|
7 |
model-index:
|
8 |
+
- name: speecht5_finetuned_voxpopuli_pl_20epochs
|
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_finetuned_voxpopuli_pl_20epochs
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the facebook/voxpopuli dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4458
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_ratio: 0.1
|
47 |
+
- num_epochs: 20
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 0.6474 | 1.0 | 210 | 0.5754 |
|
54 |
+
| 0.558 | 2.0 | 421 | 0.4976 |
|
55 |
+
| 0.5292 | 3.0 | 632 | 0.4788 |
|
56 |
+
| 0.5174 | 4.0 | 843 | 0.4693 |
|
57 |
+
| 0.5063 | 5.0 | 1053 | 0.4639 |
|
58 |
+
| 0.5053 | 6.0 | 1264 | 0.4599 |
|
59 |
+
| 0.4968 | 7.0 | 1475 | 0.4570 |
|
60 |
+
| 0.4913 | 8.0 | 1686 | 0.4549 |
|
61 |
+
| 0.4895 | 9.0 | 1896 | 0.4532 |
|
62 |
+
| 0.4876 | 10.0 | 2107 | 0.4520 |
|
63 |
+
| 0.487 | 11.0 | 2318 | 0.4501 |
|
64 |
+
| 0.4805 | 12.0 | 2529 | 0.4484 |
|
65 |
+
| 0.4789 | 13.0 | 2739 | 0.4495 |
|
66 |
+
| 0.4853 | 14.0 | 2950 | 0.4469 |
|
67 |
+
| 0.4797 | 15.0 | 3161 | 0.4468 |
|
68 |
+
| 0.4758 | 16.0 | 3372 | 0.4458 |
|
69 |
+
| 0.4729 | 17.0 | 3582 | 0.4458 |
|
70 |
+
| 0.4744 | 18.0 | 3793 | 0.4461 |
|
71 |
+
| 0.4759 | 19.0 | 4004 | 0.4462 |
|
72 |
+
| 0.4759 | 19.93 | 4200 | 0.4461 |
|
73 |
|
74 |
|
75 |
### Framework versions
|