Solo448 commited on
Commit
406dbc6
·
verified ·
1 Parent(s): c3dc088

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -18
README.md CHANGED
@@ -21,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the TTS_English_Technical_data dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.4479
25
 
26
  ## Model description
27
 
@@ -49,29 +49,23 @@ The following hyperparameters were used during training:
49
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_steps: 100
52
- - num_epochs: 3.0
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss |
58
  |:-------------:|:------:|:----:|:---------------:|
59
- | 5.7875 | 0.1791 | 50 | 0.6062 |
60
- | 4.5876 | 0.3583 | 100 | 0.5088 |
61
- | 4.4072 | 0.5374 | 150 | 0.4908 |
62
- | 4.3177 | 0.7165 | 200 | 0.4883 |
63
- | 4.1852 | 0.8957 | 250 | 0.4808 |
64
- | 4.1009 | 1.0748 | 300 | 0.4691 |
65
- | 4.0833 | 1.2539 | 350 | 0.4677 |
66
- | 4.0461 | 1.4330 | 400 | 0.4643 |
67
- | 4.0024 | 1.6122 | 450 | 0.4587 |
68
- | 3.9729 | 1.7913 | 500 | 0.4593 |
69
- | 3.9057 | 1.9704 | 550 | 0.4555 |
70
- | 3.8765 | 2.1496 | 600 | 0.4567 |
71
- | 3.9148 | 2.3287 | 650 | 0.4541 |
72
- | 3.8446 | 2.5078 | 700 | 0.4503 |
73
- | 3.8321 | 2.6870 | 750 | 0.4511 |
74
- | 3.8683 | 2.8661 | 800 | 0.4479 |
75
 
76
 
77
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [microsoft/speecht5_tts](https://huggingface.co/microsoft/speecht5_tts) on the TTS_English_Technical_data dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.4473
25
 
26
  ## Model description
27
 
 
49
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_steps: 100
52
+ - training_steps: 1000
53
  - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss |
58
  |:-------------:|:------:|:----:|:---------------:|
59
+ | 4.6694 | 0.3583 | 100 | 0.5087 |
60
+ | 4.3795 | 0.7165 | 200 | 0.4933 |
61
+ | 4.1725 | 1.0748 | 300 | 0.4727 |
62
+ | 4.061 | 1.4330 | 400 | 0.4695 |
63
+ | 3.9896 | 1.7913 | 500 | 0.4633 |
64
+ | 3.941 | 2.1496 | 600 | 0.4580 |
65
+ | 3.8944 | 2.5078 | 700 | 0.4538 |
66
+ | 3.8968 | 2.8661 | 800 | 0.4522 |
67
+ | 3.79 | 3.2244 | 900 | 0.4499 |
68
+ | 3.8059 | 3.5826 | 1000 | 0.4473 |
 
 
 
 
 
 
69
 
70
 
71
  ### Framework versions