mikhail-panzo commited on
Commit
578d589
1 Parent(s): 850fc6e

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
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.3413
19
 
20
  ## Model description
21
 
@@ -34,7 +34,7 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 0.0001
38
  - train_batch_size: 16
39
  - eval_batch_size: 8
40
  - seed: 42
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
- | 0.4338 | 0.2094 | 500 | 0.4079 |
54
- | 0.4349 | 0.4188 | 1000 | 0.3863 |
55
- | 0.4166 | 0.6283 | 1500 | 0.3800 |
56
- | 0.4022 | 0.8377 | 2000 | 0.3879 |
57
- | 0.4053 | 1.0471 | 2500 | 0.3690 |
58
- | 0.3855 | 1.2565 | 3000 | 0.3576 |
59
- | 0.3765 | 1.4660 | 3500 | 0.3468 |
60
- | 0.3725 | 1.6754 | 4000 | 0.3413 |
61
 
62
 
63
  ### Framework versions
 
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.3362
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
  - train_batch_size: 16
39
  - eval_batch_size: 8
40
  - seed: 42
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
+ | 0.3715 | 0.2094 | 500 | 0.3407 |
54
+ | 0.3764 | 0.4188 | 1000 | 0.3403 |
55
+ | 0.3665 | 0.6283 | 1500 | 0.3418 |
56
+ | 0.3579 | 0.8377 | 2000 | 0.3401 |
57
+ | 0.3674 | 1.0471 | 2500 | 0.3386 |
58
+ | 0.3604 | 1.2565 | 3000 | 0.3372 |
59
+ | 0.3614 | 1.4660 | 3500 | 0.3368 |
60
+ | 0.3671 | 1.6754 | 4000 | 0.3362 |
61
 
62
 
63
  ### Framework versions