mozilla-foundation/common_voice_17_0
Updated • 6.1k • 18
How to use dnn25519/whisper-small-vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="dnn25519/whisper-small-vi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("dnn25519/whisper-small-vi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("dnn25519/whisper-small-vi")This model is a fine-tuned version of openai/whisper-small on the Common Voice 11.0 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| No log | 0.0054 | 1 | 1.4015 | 81.2196 |
Base model
openai/whisper-small