csalguer commited on
Commit
737db83
·
1 Parent(s): b1d6d22

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -17
README.md CHANGED
@@ -1,28 +1,22 @@
1
  ---
2
- language:
3
- - vi
4
  tags:
5
- - text-to-speech
6
- - vivos
7
  datasets:
8
  - vivos
9
  model-index:
10
- - name: SpeechT5 TTS Vietnamese
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
- # SpeechT5 TTS Vietnamese
22
 
23
- This model is a fine-tuned version of [speechT5](https://huggingface.co/docs/transformers/main/en/model_doc/speecht5) on the [vivos](https://huggingface.co/vivos) dataset.
24
  It achieves the following results on the evaluation set:
25
- - Loss: 0.4314
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.4969 | 2.81 | 1000 | 0.4549 |
60
- | 0.4933 | 5.63 | 2000 | 0.4433 |
61
- | 0.4713 | 8.44 | 3000 | 0.4316 |
62
- | 0.4733 | 11.25 | 4000 | 0.4314 |
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