umarigan commited on
Commit
efa307d
·
verified ·
1 Parent(s): c5a4d74

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
+ library_name: transformers
3
+ language:
4
+ - tr
5
+ license: mit
6
+ base_model: microsoft/speecht5_tts
7
+ tags:
8
+ - text-to-speech
9
+ - generated_from_trainer
10
+ datasets:
11
+ - erenfazlioglu/turkishvoicedataset
12
+ model-index:
13
+ - name: SpeechT5 TTS Turkish
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # SpeechT5 TTS Turkish
21
+
22
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the turkishvoicedataset dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.3079
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 32
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - training_steps: 6000
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss |
58
+ |:-------------:|:-------:|:----:|:---------------:|
59
+ | 0.4436 | 1.8484 | 1000 | 0.3752 |
60
+ | 0.3822 | 3.6969 | 2000 | 0.3403 |
61
+ | 0.3729 | 5.5453 | 3000 | 0.3233 |
62
+ | 0.3451 | 7.3937 | 4000 | 0.3153 |
63
+ | 0.3315 | 9.2421 | 5000 | 0.3099 |
64
+ | 0.3492 | 11.0906 | 6000 | 0.3079 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.45.0.dev0
70
+ - Pytorch 2.4.1+cu121
71
+ - Datasets 3.0.0
72
+ - Tokenizers 0.19.1
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.45.0.dev0"
9
+ }