PolyAI/minds14
Viewer • Updated • 16.3k • 9.94k • 105
How to use cthiriet/whisper-tiny-dv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="cthiriet/whisper-tiny-dv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("cthiriet/whisper-tiny-dv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("cthiriet/whisper-tiny-dv")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 | Wer Ortho |
|---|---|---|---|---|---|
| 0.022 | 1.0 | 28 | 0.5935 | 0.3605 | 0.3661 |
| 0.0158 | 2.0 | 56 | 0.6233 | 0.3463 | 0.3499 |
| 0.0067 | 3.0 | 84 | 0.6469 | 0.3546 | 0.3521 |
| 0.0066 | 3.57 | 100 | 0.6490 | 0.3567 | 0.3521 |
Base model
openai/whisper-tiny