miosipof commited on
Commit
db78278
1 Parent(s): 4de0154

End of training

Browse files
Files changed (3) hide show
  1. README.md +90 -0
  2. generation_config.json +9 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/speecht5_tts
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - common_voice_13_0
8
+ model-index:
9
+ - name: speecht5_tts_commonvoice_it_v2
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # speecht5_tts_commonvoice_it_v2
17
+
18
+ This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the common_voice_13_0 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5076
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-06
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 1000
46
+ - num_epochs: 3
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:-----:|:---------------:|
53
+ | 0.9213 | 0.0994 | 500 | 0.7823 |
54
+ | 0.8356 | 0.1987 | 1000 | 0.7026 |
55
+ | 0.6804 | 0.2981 | 1500 | 0.6003 |
56
+ | 0.6518 | 0.3975 | 2000 | 0.5751 |
57
+ | 0.6242 | 0.4968 | 2500 | 0.5594 |
58
+ | 0.6237 | 0.5962 | 3000 | 0.5514 |
59
+ | 0.6122 | 0.6955 | 3500 | 0.5414 |
60
+ | 0.597 | 0.7949 | 4000 | 0.5335 |
61
+ | 0.5909 | 0.8943 | 4500 | 0.5322 |
62
+ | 0.6009 | 0.9936 | 5000 | 0.5283 |
63
+ | 0.6086 | 1.0930 | 5500 | 0.5258 |
64
+ | 0.5812 | 1.1924 | 6000 | 0.5209 |
65
+ | 0.5868 | 1.2917 | 6500 | 0.5191 |
66
+ | 0.5689 | 1.3911 | 7000 | 0.5177 |
67
+ | 0.5777 | 1.4905 | 7500 | 0.5182 |
68
+ | 0.577 | 1.5898 | 8000 | 0.5169 |
69
+ | 0.5594 | 1.6892 | 8500 | 0.5150 |
70
+ | 0.5728 | 1.7886 | 9000 | 0.5144 |
71
+ | 0.571 | 1.8879 | 9500 | 0.5125 |
72
+ | 0.5739 | 1.9873 | 10000 | 0.5116 |
73
+ | 0.5819 | 2.0866 | 10500 | 0.5102 |
74
+ | 0.5633 | 2.1860 | 11000 | 0.5102 |
75
+ | 0.5635 | 2.2854 | 11500 | 0.5093 |
76
+ | 0.5809 | 2.3847 | 12000 | 0.5094 |
77
+ | 0.5647 | 2.4841 | 12500 | 0.5086 |
78
+ | 0.5593 | 2.5835 | 13000 | 0.5065 |
79
+ | 0.5639 | 2.6828 | 13500 | 0.5077 |
80
+ | 0.5511 | 2.7822 | 14000 | 0.5073 |
81
+ | 0.5534 | 2.8816 | 14500 | 0.5071 |
82
+ | 0.5532 | 2.9809 | 15000 | 0.5076 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.43.1
88
+ - Pytorch 2.4.1+cu121
89
+ - Datasets 3.0.0
90
+ - 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.43.1"
9
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70c6367839fb6716478067a5a72e17fbf38b6520c085e8c0919a89d3b20a842c
3
  size 577789320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095045d26179d4ff73ceacf3ab54bea58a011201b028b8019617eebee9c75bf8
3
  size 577789320