GatinhoEducado commited on
Commit
94b3335
1 Parent(s): 173eb2c

End of training

Browse files
Files changed (2) hide show
  1. README.md +79 -0
  2. generation_config.json +9 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - pt
5
+ license: mit
6
+ base_model: microsoft/speechT5_tts
7
+ tags:
8
+ - generated_from_trainer
9
+ datasets:
10
+ - ylacombe/cml-tts
11
+ model-index:
12
+ - name: speechT5_tts-finetuned-cml-tts2
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # speechT5_tts-finetuned-cml-tts2
20
+
21
+ This model is a fine-tuned version of [microsoft/speechT5_tts](https://huggingface.co/microsoft/speechT5_tts) on the cml-tts dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4595
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Use adamw_torch with betas=(0.9,0.99) and epsilon=1e-07 and optimizer_args=No additional optimizer arguments
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - training_steps: 16000
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:-----:|:---------------:|
56
+ | 0.4819 | 0.0625 | 1000 | 0.5007 |
57
+ | 0.4364 | 0.125 | 2000 | 0.4965 |
58
+ | 0.4224 | 0.1875 | 3000 | 0.4841 |
59
+ | 0.4006 | 1.0473 | 4000 | 0.4782 |
60
+ | 0.3993 | 1.1098 | 5000 | 0.4728 |
61
+ | 0.3993 | 1.1723 | 6000 | 0.4687 |
62
+ | 0.389 | 2.032 | 7000 | 0.4684 |
63
+ | 0.3827 | 2.0945 | 8000 | 0.4665 |
64
+ | 0.3895 | 2.157 | 9000 | 0.4702 |
65
+ | 0.3829 | 3.0168 | 10000 | 0.4648 |
66
+ | 0.3717 | 3.0793 | 11000 | 0.4631 |
67
+ | 0.384 | 3.1418 | 12000 | 0.4627 |
68
+ | 0.3802 | 4.0015 | 13000 | 0.4601 |
69
+ | 0.3667 | 4.064 | 14000 | 0.4610 |
70
+ | 0.3757 | 4.1265 | 15000 | 0.4606 |
71
+ | 0.375 | 4.189 | 16000 | 0.4595 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.46.2
77
+ - Pytorch 2.5.1+cu121
78
+ - Datasets 3.1.0
79
+ - Tokenizers 0.20.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.46.2"
9
+ }