aadel4 commited on
Commit
94b6bf0
1 Parent(s): d7ff357

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -63,8 +63,8 @@ model-index:
63
 
64
  This model is a fine-tuned version of [openai/whisper-small-en](https://huggingface.co/openai/whisper-small-en) on the None dataset.
65
  It achieves the following results on the evaluation set:
66
- - Loss: 0.24359586834907532
67
- - Wer: 8.182209008725348
68
 
69
 
70
  ## Training and evaluation data
@@ -84,4 +84,5 @@ The following hyperparameters were used during training:
84
  - lr_scheduler_type: linear
85
  - lr_scheduler_warmup_steps: 500
86
  - training_steps: 10000
 
87
 
 
63
 
64
  This model is a fine-tuned version of [openai/whisper-small-en](https://huggingface.co/openai/whisper-small-en) on the None dataset.
65
  It achieves the following results on the evaluation set:
66
+ - Loss: 0.21313807368278503
67
+ - Wer: 8.312998407517968
68
 
69
 
70
  ## Training and evaluation data
 
84
  - lr_scheduler_type: linear
85
  - lr_scheduler_warmup_steps: 500
86
  - training_steps: 10000
87
+ - converged_after: 1500
88