Sandiago21
commited on
Commit
·
4d4b88f
1
Parent(s):
4d60518
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- facebook/voxpopuli
|
9 |
+
model-index:
|
10 |
+
- name: SpeechT5-french
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# SpeechT5-french
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the VOXPOPULI dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4378
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- gradient_accumulation_steps: 4
|
45 |
+
- total_train_batch_size: 32
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 100
|
49 |
+
- num_epochs: 20
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
55 |
+
| 0.4873 | 1.0 | 1584 | 0.4617 |
|
56 |
+
| 0.4689 | 2.0 | 3168 | 0.4529 |
|
57 |
+
| 0.4658 | 3.0 | 4752 | 0.4516 |
|
58 |
+
| 0.4584 | 4.0 | 6336 | 0.4464 |
|
59 |
+
| 0.4608 | 5.0 | 7920 | 0.4451 |
|
60 |
+
| 0.4558 | 6.0 | 9504 | 0.4427 |
|
61 |
+
| 0.4504 | 7.0 | 11088 | 0.4426 |
|
62 |
+
| 0.4528 | 8.0 | 12672 | 0.4409 |
|
63 |
+
| 0.4515 | 9.0 | 14256 | 0.4397 |
|
64 |
+
| 0.4489 | 10.0 | 15840 | 0.4409 |
|
65 |
+
| 0.4452 | 11.0 | 17424 | 0.4393 |
|
66 |
+
| 0.4403 | 12.0 | 19008 | 0.4394 |
|
67 |
+
| 0.4419 | 13.0 | 20592 | 0.4392 |
|
68 |
+
| 0.441 | 14.0 | 22176 | 0.4378 |
|
69 |
+
| 0.4418 | 15.0 | 23760 | 0.4376 |
|
70 |
+
| 0.4373 | 16.0 | 25344 | 0.4382 |
|
71 |
+
| 0.4405 | 17.0 | 26928 | 0.4367 |
|
72 |
+
| 0.4377 | 18.0 | 28512 | 0.4374 |
|
73 |
+
| 0.4351 | 19.0 | 30096 | 0.4376 |
|
74 |
+
| 0.4371 | 20.0 | 31680 | 0.4378 |
|
75 |
+
|
76 |
+
|
77 |
+
### Framework versions
|
78 |
+
|
79 |
+
- Transformers 4.30.0.dev0
|
80 |
+
- Pytorch 2.0.1+cu117
|
81 |
+
- Datasets 2.13.1
|
82 |
+
- Tokenizers 0.13.3
|