PolyAI/minds14
Viewer • Updated • 16.3k • 10.4k • 107
How to use TrVuKhah/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="TrVuKhah/whisper-small-dv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("TrVuKhah/whisper-small-dv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("TrVuKhah/whisper-small-dv", device_map="auto")This model is a fine-tuned version of openai/whisper-tiny on the PolyAI/minds14 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.0029 | 4.3911 | 250 | 0.7321 | 31.0919 | 0.3146 |
| 0.0003 | 8.7822 | 500 | 0.6460 | 29.7347 | 0.3034 |
| 0.0 | 13.16 | 750 | 0.6775 | 29.5497 | 0.2981 |
| 0.0 | 17.5511 | 1000 | 0.6799 | 29.5497 | 0.2981 |
Base model
openai/whisper-tiny