deryauysal commited on
Commit
3261f36
1 Parent(s): 0e0102c

End of training

Browse files
Files changed (2) hide show
  1. README.md +70 -0
  2. generation_config.json +9 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ license: mit
5
+ base_model: microsoft/speecht5_tts
6
+ tags:
7
+ - text-to-speech
8
+ - turkish
9
+ - speech-generation
10
+ - generated_from_trainer
11
+ datasets:
12
+ - openSLR
13
+ model-index:
14
+ - name: SpeechT5 TTS Turkish with openSLR
15
+ results: []
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 Turkish with openSLR
22
+
23
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the openSLR dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.4350
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 1e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 32
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_steps: 500
53
+ - training_steps: 4000
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss |
58
+ |:-------------:|:------:|:----:|:---------------:|
59
+ | 0.497 | 51.28 | 1000 | 0.4593 |
60
+ | 0.4528 | 102.56 | 2000 | 0.4449 |
61
+ | 0.4577 | 153.85 | 3000 | 0.4401 |
62
+ | 0.4459 | 205.13 | 4000 | 0.4350 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.33.0
68
+ - Pytorch 2.0.1+cu117
69
+ - Datasets 2.14.4
70
+ - Tokenizers 0.13.3
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.33.0"
9
+ }