mozilla-foundation/common_voice_17_0
Updated • 5.15k • 34
How to use roshna-omer/whisper-small-ku-ckb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="roshna-omer/whisper-small-ku-ckb") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("roshna-omer/whisper-small-ku-ckb")
model = AutoModelForSpeechSeq2Seq.from_pretrained("roshna-omer/whisper-small-ku-ckb", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.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.1032 | 1.2330 | 1000 | 0.2923 | 45.9189 |
| 0.0714 | 2.4661 | 2000 | 0.2766 | 42.8415 |
| 0.0281 | 3.6991 | 3000 | 0.3084 | 41.8577 |
| 0.0092 | 4.9322 | 4000 | 0.3404 | 41.8478 |
Base model
openai/whisper-small