benjaminogbonna commited on
Commit
efc119f
·
verified ·
1 Parent(s): e2132a1

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
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.4399
20
 
21
  ## Model description
22
 
@@ -43,24 +43,24 @@ The following hyperparameters were used during training:
43
  - total_train_batch_size: 32
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 200
47
- - training_steps: 1000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss |
53
- |:-------------:|:-----:|:----:|:---------------:|
54
- | 0.5642 | 16.64 | 200 | 0.5134 |
55
- | 0.4948 | 33.32 | 400 | 0.4464 |
56
- | 0.4797 | 49.96 | 600 | 0.4396 |
57
- | 0.4792 | 66.64 | 800 | 0.4400 |
58
- | 0.4728 | 83.32 | 1000 | 0.4399 |
59
 
60
 
61
  ### Framework versions
62
 
63
  - Transformers 4.51.1
64
- - Pytorch 2.5.1+cu124
65
  - Datasets 3.5.0
66
- - Tokenizers 0.21.0
 
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.4591
20
 
21
  ## Model description
22
 
 
43
  - total_train_batch_size: 32
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - training_steps: 500
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-------:|:----:|:---------------:|
54
+ | 0.5365 | 7.1509 | 100 | 0.5532 |
55
+ | 0.4913 | 14.3019 | 200 | 0.5052 |
56
+ | 0.4663 | 21.4528 | 300 | 0.4667 |
57
+ | 0.4551 | 28.6038 | 400 | 0.4611 |
58
+ | 0.4502 | 35.7547 | 500 | 0.4591 |
59
 
60
 
61
  ### Framework versions
62
 
63
  - Transformers 4.51.1
64
+ - Pytorch 2.6.0+cu124
65
  - Datasets 3.5.0
66
+ - Tokenizers 0.21.1