deryauysal commited on
Commit
045eb81
1 Parent(s): 4606ee2

End of training

Browse files
Files changed (3) hide show
  1. README.md +70 -0
  2. generation_config.json +9 -0
  3. pytorch_model.bin +1 -1
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
+ - test_audio_2
13
+ model-index:
14
+ - name: SpeechT5 TTS Turkish with Youtube
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 Youtube
22
+
23
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the test_audio_2 dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.4447
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.4558 | 76.92 | 1000 | 0.4405 |
60
+ | 0.4098 | 153.85 | 2000 | 0.4395 |
61
+ | 0.4128 | 230.77 | 3000 | 0.4466 |
62
+ | 0.4185 | 307.69 | 4000 | 0.4447 |
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
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22e6bb688b53741e856a16ccd940eb06a989e71135583d042bc8732018b7f8a8
3
  size 577878333
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4421c9b805412f1619c38c0be431c642aeb2793302d802c045b65747922929fe
3
  size 577878333