fsicoli/common_voice_22_0
Updated • 9.15k • 17
How to use Brian42521/whisper-small-hi-exp with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Brian42521/whisper-small-hi-exp") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Brian42521/whisper-small-hi-exp")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Brian42521/whisper-small-hi-exp")This model is a fine-tuned version of openai/whisper-small on the Common Voice 22.0 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.3310 | 0.2110 | 100 | 0.4101 | 45.7002 |
| 0.2631 | 0.4219 | 200 | 0.3488 | 40.9286 |
| 0.2371 | 0.6329 | 300 | 0.3252 | 39.1379 |
| 0.2116 | 0.8439 | 400 | 0.3058 | 38.1371 |
| 0.1573 | 1.0549 | 500 | 0.3003 | 37.3543 |
Base model
openai/whisper-small