reproductionguru commited on
Commit
62da5ba
1 Parent(s): 163671f

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [reproductionguru/voicetest6](https://huggingface.co/reproductionguru/voicetest6) on the tutorial Voice 11.0 dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.4757
23
- - Wer: 21.0355
24
 
25
  ## Model description
26
 
@@ -40,24 +40,24 @@ More information needed
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 1e-05
43
- - train_batch_size: 8
44
- - eval_batch_size: 8
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
- - training_steps: 5000
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Wer |
55
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
56
- | 0.4953 | 0.4 | 1000 | 0.6332 | 30.4347 |
57
- | 0.408 | 0.8 | 2000 | 0.5400 | 25.3584 |
58
- | 0.2074 | 1.2 | 3000 | 0.5097 | 23.7629 |
59
- | 0.1796 | 1.61 | 4000 | 0.4885 | 21.6339 |
60
- | 0.1583 | 2.01 | 5000 | 0.4757 | 21.0355 |
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [reproductionguru/voicetest6](https://huggingface.co/reproductionguru/voicetest6) on the tutorial Voice 11.0 dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.5845
23
+ - Wer: 18.9294
24
 
25
  ## Model description
26
 
 
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 1e-05
43
+ - train_batch_size: 12
44
+ - eval_batch_size: 12
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
+ - training_steps: 10000
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
56
+ | 0.2138 | 0.96 | 2000 | 0.4851 | 20.9147 |
57
+ | 0.1005 | 1.93 | 4000 | 0.5006 | 20.7187 |
58
+ | 0.029 | 2.89 | 6000 | 0.5342 | 19.6702 |
59
+ | 0.0092 | 3.85 | 8000 | 0.5682 | 19.0752 |
60
+ | 0.0029 | 4.82 | 10000 | 0.5845 | 18.9294 |
61
 
62
 
63
  ### Framework versions