Mohsen21 commited on
Commit
ecca093
·
verified ·
1 Parent(s): b8d61a1

End of training

Browse files
Files changed (2) hide show
  1. README.md +91 -0
  2. generation_config.json +3 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: microsoft/speecht5_tts
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: EGPABG
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # EGPABG
16
+
17
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5020
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 2
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 8
43
+ - total_train_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - training_steps: 3000
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 0.6281 | 0.2540 | 100 | 0.5862 |
55
+ | 0.6048 | 0.5079 | 200 | 0.5734 |
56
+ | 0.5792 | 0.7619 | 300 | 0.5444 |
57
+ | 0.57 | 1.0159 | 400 | 0.5418 |
58
+ | 0.5657 | 1.2698 | 500 | 0.5281 |
59
+ | 0.5625 | 1.5238 | 600 | 0.5301 |
60
+ | 0.5585 | 1.7778 | 700 | 0.5245 |
61
+ | 0.5559 | 2.0317 | 800 | 0.5263 |
62
+ | 0.5572 | 2.2857 | 900 | 0.5263 |
63
+ | 0.5527 | 2.5397 | 1000 | 0.5161 |
64
+ | 0.5524 | 2.7937 | 1100 | 0.5190 |
65
+ | 0.544 | 3.0476 | 1200 | 0.5154 |
66
+ | 0.542 | 3.3016 | 1300 | 0.5203 |
67
+ | 0.5425 | 3.5556 | 1400 | 0.5163 |
68
+ | 0.5413 | 3.8095 | 1500 | 0.5099 |
69
+ | 0.5328 | 4.0635 | 1600 | 0.5149 |
70
+ | 0.5406 | 4.3175 | 1700 | 0.5107 |
71
+ | 0.5347 | 4.5714 | 1800 | 0.5079 |
72
+ | 0.5362 | 4.8254 | 1900 | 0.5068 |
73
+ | 0.5355 | 5.0794 | 2000 | 0.5050 |
74
+ | 0.5312 | 5.3333 | 2100 | 0.5061 |
75
+ | 0.5282 | 5.5873 | 2200 | 0.5081 |
76
+ | 0.5298 | 5.8413 | 2300 | 0.5029 |
77
+ | 0.5288 | 6.0952 | 2400 | 0.5028 |
78
+ | 0.5371 | 6.3492 | 2500 | 0.5023 |
79
+ | 0.525 | 6.6032 | 2600 | 0.5022 |
80
+ | 0.5281 | 6.8571 | 2700 | 0.5039 |
81
+ | 0.5223 | 7.1111 | 2800 | 0.5023 |
82
+ | 0.5231 | 7.3651 | 2900 | 0.5022 |
83
+ | 0.5243 | 7.6190 | 3000 | 0.5020 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.44.2
89
+ - Pytorch 2.4.1+cu121
90
+ - Datasets 3.0.0
91
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "transformers_version": "4.44.2"
3
+ }