Enpas commited on
Commit
8ddf2de
1 Parent(s): b5aded9

End of training

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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.0224
21
- - Wer: 16.8793
22
 
23
  ## Model description
24
 
@@ -44,15 +44,15 @@ The following hyperparameters were used during training:
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.0256 | 0.2201 | 600 | 0.0253 | 18.6784 |
55
- | 0.0251 | 0.4402 | 1200 | 0.0224 | 16.8793 |
56
 
57
 
58
  ### 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.0187
21
+ - Wer: 15.8230
22
 
23
  ## Model description
24
 
 
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: 2000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
+ | 0.0253 | 0.3668 | 1000 | 0.0209 | 16.5605 |
55
+ | 0.0249 | 0.7337 | 2000 | 0.0187 | 15.8230 |
56
 
57
 
58
  ### Framework versions