mikhail-panzo commited on
Commit
c3b240b
1 Parent(s): 8a5d649

End of training

Browse files
Files changed (1) hide show
  1. README.md +19 -19
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.3566
19
 
20
  ## Model description
21
 
@@ -35,10 +35,10 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 1e-05
38
- - train_batch_size: 32
39
  - eval_batch_size: 8
40
  - seed: 42
41
- - gradient_accumulation_steps: 4
42
  - total_train_batch_size: 128
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
@@ -50,22 +50,22 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-------:|:----:|:---------------:|
53
- | 0.4378 | 0.8375 | 500 | 0.3956 |
54
- | 0.4328 | 1.6750 | 1000 | 0.3922 |
55
- | 0.4228 | 2.5126 | 1500 | 0.3871 |
56
- | 0.4179 | 3.3501 | 2000 | 0.3843 |
57
- | 0.409 | 4.1876 | 2500 | 0.3769 |
58
- | 0.41 | 5.0251 | 3000 | 0.3739 |
59
- | 0.4003 | 5.8626 | 3500 | 0.3709 |
60
- | 0.4052 | 6.7002 | 4000 | 0.3680 |
61
- | 0.397 | 7.5377 | 4500 | 0.3636 |
62
- | 0.4007 | 8.3752 | 5000 | 0.3615 |
63
- | 0.4022 | 9.2127 | 5500 | 0.3612 |
64
- | 0.3896 | 10.0503 | 6000 | 0.3601 |
65
- | 0.3911 | 10.8878 | 6500 | 0.3577 |
66
- | 0.3949 | 11.7253 | 7000 | 0.3584 |
67
- | 0.3948 | 12.5628 | 7500 | 0.3568 |
68
- | 0.3877 | 13.4003 | 8000 | 0.3566 |
69
 
70
 
71
  ### 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.3662
19
 
20
  ## Model description
21
 
 
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
41
+ - gradient_accumulation_steps: 8
42
  - total_train_batch_size: 128
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-------:|:----:|:---------------:|
53
+ | 0.6645 | 0.8377 | 500 | 0.5698 |
54
+ | 0.5581 | 1.6754 | 1000 | 0.4794 |
55
+ | 0.5045 | 2.5131 | 1500 | 0.4467 |
56
+ | 0.4776 | 3.3508 | 2000 | 0.4236 |
57
+ | 0.4553 | 4.1885 | 2500 | 0.4093 |
58
+ | 0.4489 | 5.0262 | 3000 | 0.3968 |
59
+ | 0.4337 | 5.8639 | 3500 | 0.3926 |
60
+ | 0.4282 | 6.7016 | 4000 | 0.3837 |
61
+ | 0.4188 | 7.5393 | 4500 | 0.3798 |
62
+ | 0.4222 | 8.3770 | 5000 | 0.3784 |
63
+ | 0.412 | 9.2147 | 5500 | 0.3729 |
64
+ | 0.4056 | 10.0524 | 6000 | 0.3697 |
65
+ | 0.4065 | 10.8901 | 6500 | 0.3685 |
66
+ | 0.4069 | 11.7277 | 7000 | 0.3675 |
67
+ | 0.4049 | 12.5654 | 7500 | 0.3666 |
68
+ | 0.4044 | 13.4031 | 8000 | 0.3662 |
69
 
70
 
71
  ### Framework versions