ccibeekeoc42 commited on
Commit
2bb7484
·
verified ·
1 Parent(s): 78020eb

End of training

Browse files
Files changed (2) hide show
  1. README.md +78 -0
  2. generation_config.json +9 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - yo
5
+ license: mit
6
+ base_model: microsoft/speecht5_tts
7
+ tags:
8
+ - Nigeria
9
+ - generated_from_trainer
10
+ datasets:
11
+ - ccibeekeoc42/naija_tts_concatenated
12
+ model-index:
13
+ - name: SpeechT5 TTS Igb0 Yoruba
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 Igb0 Yoruba
21
+
22
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the naija_tts_concatenated dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.4370
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: 6
45
+ - eval_batch_size: 6
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 12
49
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
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.5354 | 0.1339 | 500 | 0.4752 |
60
+ | 0.5157 | 0.2679 | 1000 | 0.4604 |
61
+ | 0.5028 | 0.4018 | 1500 | 0.4537 |
62
+ | 0.4872 | 0.5358 | 2000 | 0.4489 |
63
+ | 0.4892 | 0.6697 | 2500 | 0.4453 |
64
+ | 0.4813 | 0.8036 | 3000 | 0.4436 |
65
+ | 0.483 | 0.9376 | 3500 | 0.4421 |
66
+ | 0.4763 | 1.0715 | 4000 | 0.4401 |
67
+ | 0.4786 | 1.2055 | 4500 | 0.4400 |
68
+ | 0.481 | 1.3394 | 5000 | 0.4379 |
69
+ | 0.4811 | 1.4733 | 5500 | 0.4393 |
70
+ | 0.4846 | 1.6073 | 6000 | 0.4370 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.48.0
76
+ - Pytorch 2.5.1+cu121
77
+ - Datasets 3.2.0
78
+ - Tokenizers 0.21.0
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.48.0"
9
+ }