vsisik commited on
Commit
b5a813a
1 Parent(s): 7e4b3bc

End of training

Browse files
Files changed (2) hide show
  1. README.md +72 -0
  2. generation_config.json +9 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - sk
4
+ license: mit
5
+ base_model: microsoft/speecht5_tts
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - facebook/voxpopuli
10
+ model-index:
11
+ - name: SpeechT5 TTS Slovak v2
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # SpeechT5 TTS Slovak v2
19
+
20
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the VoxPopuli dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4301
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 64
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 500
50
+ - training_steps: 4000
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 0.5379 | 4.0 | 500 | 0.4771 |
58
+ | 0.4972 | 8.0 | 1000 | 0.4526 |
59
+ | 0.4854 | 12.0 | 1500 | 0.4409 |
60
+ | 0.4746 | 16.0 | 2000 | 0.4375 |
61
+ | 0.4733 | 20.0 | 2500 | 0.4335 |
62
+ | 0.4673 | 24.0 | 3000 | 0.4313 |
63
+ | 0.4577 | 28.0 | 3500 | 0.4306 |
64
+ | 0.4662 | 32.0 | 4000 | 0.4301 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.40.0.dev0
70
+ - Pytorch 2.2.1+cu121
71
+ - Datasets 2.18.0
72
+ - Tokenizers 0.15.2
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "decoder_start_token_id": 2,
5
+ "eos_token_id": 2,
6
+ "max_length": 1876,
7
+ "pad_token_id": 1,
8
+ "transformers_version": "4.40.0.dev0"
9
+ }