Update README.md
Browse files
README.md
CHANGED
@@ -61,8 +61,8 @@ model-index:
|
|
61 |
|
62 |
This model is a fine-tuned version of [openai/whisper-small-en](https://huggingface.co/openai/whisper-small-en) on the None dataset.
|
63 |
It achieves the following results on the evaluation set:
|
64 |
-
- Loss: 0.
|
65 |
-
- Wer:
|
66 |
|
67 |
|
68 |
## Training and evaluation data
|
@@ -82,4 +82,5 @@ The following hyperparameters were used during training:
|
|
82 |
- lr_scheduler_type: linear
|
83 |
- lr_scheduler_warmup_steps: 500
|
84 |
- training_steps: 10000
|
|
|
85 |
|
|
|
61 |
|
62 |
This model is a fine-tuned version of [openai/whisper-small-en](https://huggingface.co/openai/whisper-small-en) on the None dataset.
|
63 |
It achieves the following results on the evaluation set:
|
64 |
+
- Loss: 0.26971688866615295
|
65 |
+
- Wer: 8.508066331024994
|
66 |
|
67 |
|
68 |
## Training and evaluation data
|
|
|
82 |
- lr_scheduler_type: linear
|
83 |
- lr_scheduler_warmup_steps: 500
|
84 |
- training_steps: 10000
|
85 |
+
- converged_after: 1000
|
86 |
|