Enpas commited on
Commit
a9724f2
·
verified ·
1 Parent(s): ec04df2

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0161
21
- - Wer: 11.5204
22
 
23
  ## Model description
24
 
@@ -38,22 +38,23 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 1e-05
41
- - train_batch_size: 12
42
- - eval_batch_size: 8
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 500
47
- - training_steps: 1200
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
- | 0.0169 | 0.1631 | 400 | 0.0169 | 11.4843 |
55
- | 0.0198 | 0.3261 | 800 | 0.0173 | 12.8205 |
56
- | 0.0184 | 0.4892 | 1200 | 0.0161 | 11.5204 |
 
57
 
58
 
59
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0401
21
+ - Wer: 26.8161
22
 
23
  ## Model description
24
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 1e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 2
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 600
47
+ - training_steps: 4000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
+ | 0.1123 | 0.4912 | 1000 | 0.0716 | 43.9402 |
55
+ | 0.052 | 0.9823 | 2000 | 0.0488 | 31.7834 |
56
+ | 0.0402 | 1.4735 | 3000 | 0.0425 | 27.7498 |
57
+ | 0.0367 | 1.9646 | 4000 | 0.0401 | 26.8161 |
58
 
59
 
60
  ### Framework versions