Commit
·
4c00fe0
1
Parent(s):
a4182c5
i really should've proofread this first
Browse files
README.md
CHANGED
@@ -49,6 +49,7 @@ This model is a fine-tuned version of [openai/whisper-small](https://huggingface
|
|
49 |
It achieves the following results on the common_voice_11_0 evaluation set:
|
50 |
- Loss: 0.3872
|
51 |
- Wer: 23.6509
|
|
|
52 |
It achieves the following results on the FLEURS evaluation set:
|
53 |
- Wer: 47.15
|
54 |
|
@@ -66,11 +67,13 @@ More information needed
|
|
66 |
## Training and evaluation data
|
67 |
|
68 |
Training was performed using the train and evaluation splits from [Mozilla's Common Voice 11](https://huggingface.co/mozilla-foundation/common_voice_11_0) and [Google's FLEURS](https://huggingface.co/google/fleurs) datasets.
|
|
|
69 |
Testing was performed using the test splits from the same datasets.
|
70 |
|
71 |
## Training procedure
|
72 |
|
73 |
-
Training and CV11 testing was performed using a modified version of
|
|
|
74 |
FLEURS testing was performed using the standard [run_eval_whisper_streaming.py](https://github.com/huggingface/community-events/blob/main/whisper-fine-tuning-event/run_eval_whisper_streaming.py) script.
|
75 |
|
76 |
### Training hyperparameters
|
|
|
49 |
It achieves the following results on the common_voice_11_0 evaluation set:
|
50 |
- Loss: 0.3872
|
51 |
- Wer: 23.6509
|
52 |
+
|
53 |
It achieves the following results on the FLEURS evaluation set:
|
54 |
- Wer: 47.15
|
55 |
|
|
|
67 |
## Training and evaluation data
|
68 |
|
69 |
Training was performed using the train and evaluation splits from [Mozilla's Common Voice 11](https://huggingface.co/mozilla-foundation/common_voice_11_0) and [Google's FLEURS](https://huggingface.co/google/fleurs) datasets.
|
70 |
+
|
71 |
Testing was performed using the test splits from the same datasets.
|
72 |
|
73 |
## Training procedure
|
74 |
|
75 |
+
Training and CV11 testing was performed using a modified version of Hugging Face's [run_speech_recognition_seq2seq_streaming.py](https://github.com/kamfonas/whisper-fine-tuning-event/blob/e0377f55004667f18b37215d11bf0e54f5bda463/run_speech_recognition_seq2seq_streaming.py) script by Michael Kamfonas.
|
76 |
+
|
77 |
FLEURS testing was performed using the standard [run_eval_whisper_streaming.py](https://github.com/huggingface/community-events/blob/main/whisper-fine-tuning-event/run_eval_whisper_streaming.py) script.
|
78 |
|
79 |
### Training hyperparameters
|