mozilla-foundation/common_voice_13_0
Updated • 1.54k • 6
How to use null010/whisper-small-test230724_1000 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="null010/whisper-small-test230724_1000") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("null010/whisper-small-test230724_1000")
model = AutoModelForSpeechSeq2Seq.from_pretrained("null010/whisper-small-test230724_1000")This model is a fine-tuned version of openai/whisper-small on the Common Voice 13.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 |
|---|---|---|---|
| 2.9199 | 0.5263 | 10 | 2.5824 |
| 2.043 | 1.0526 | 20 | 1.8251 |
| 1.1702 | 1.5789 | 30 | 0.9278 |
| 0.7203 | 2.1053 | 40 | 0.7148 |
Base model
openai/whisper-small