lailais1 commited on
Commit
97014d7
1 Parent(s): d6a82a0

End of training

Browse files
Files changed (2) hide show
  1. README.md +18 -9
  2. generation_config.json +1 -1
README.md CHANGED
@@ -14,6 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
14
  # TTS
15
 
16
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
 
 
17
 
18
  ## Model description
19
 
@@ -32,20 +34,27 @@ More information needed
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
- - learning_rate: 1e-05
36
- - train_batch_size: 4
37
- - eval_batch_size: 2
38
  - seed: 42
39
- - gradient_accumulation_steps: 8
40
- - total_train_batch_size: 32
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - lr_scheduler_warmup_steps: 500
44
- - training_steps: 4000
 
 
 
 
 
 
 
 
45
 
46
  ### Framework versions
47
 
48
- - Transformers 4.32.0
49
- - Pytorch 2.0.1
50
- - Datasets 2.14.4
51
  - Tokenizers 0.13.3
 
14
  # TTS
15
 
16
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4096
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 1
39
+ - eval_batch_size: 1
40
  - seed: 42
41
+ - gradient_accumulation_steps: 2
42
+ - total_train_batch_size: 2
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
46
+ - training_steps: 1000
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.4133 | 6.8 | 500 | 0.4713 |
53
+ | 0.3929 | 13.61 | 1000 | 0.4096 |
54
+
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.33.0.dev0
59
+ - Pytorch 2.0.1+cu118
 
60
  - Tokenizers 0.13.3
generation_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
- "transformers_version": "4.32.0"
9
  }
 
5
  "eos_token_id": 2,
6
  "max_length": 1876,
7
  "pad_token_id": 1,
8
+ "transformers_version": "4.33.0.dev0"
9
  }