PolyAI/minds14
Viewer • Updated • 16.3k • 6.57k • 103
How to use Frorozcol/whisper-small-dv with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Frorozcol/whisper-small-dv") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Frorozcol/whisper-small-dv")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Frorozcol/whisper-small-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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.0008 | 17.86 | 500 | 0.5203 | 26.2939 | 0.2647 |
| 0.0002 | 35.71 | 1000 | 0.5680 | 25.9964 | 0.2630 |
| 0.0001 | 53.57 | 1500 | 0.5961 | 26.1154 | 0.2653 |
| 0.0001 | 71.43 | 2000 | 0.6171 | 27.4836 | 0.2790 |
Base model
openai/whisper-tiny