Arbi-Houssem commited on
Commit
8d0f6dd
1 Parent(s): 0464182

End of training

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +9 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - arr
4
+ license: mit
5
+ base_model: MBZUAI/speecht5_tts_clartts_ar
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - Arbi-Houssem/datasetSTT-TTS
10
+ model-index:
11
+ - name: SpeechT5 TTS Tunisien
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 Tunisien
19
+
20
+ This model is a fine-tuned version of [MBZUAI/speecht5_tts_clartts_ar](https://huggingface.co/MBZUAI/speecht5_tts_clartts_ar) on the datasetSTT-TTS dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.5464
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: 2e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_steps: 500
48
+ - training_steps: 1000
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:-------:|:----:|:---------------:|
55
+ | 0.544 | 14.2857 | 200 | 0.6401 |
56
+ | 0.4869 | 28.5714 | 400 | 0.5907 |
57
+ | 0.4384 | 42.8571 | 600 | 0.5684 |
58
+ | 0.4069 | 57.1429 | 800 | 0.5577 |
59
+ | 0.3992 | 71.4286 | 1000 | 0.5464 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.42.0.dev0
65
+ - Pytorch 2.3.0+cu121
66
+ - Datasets 2.19.1
67
+ - 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.42.0.dev0"
9
+ }