PolyAI/minds14
Viewer • Updated • 16.3k • 10.1k • 105
How to use hungphan111/whisper-tiny-minds14 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hungphan111/whisper-tiny-minds14") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hungphan111/whisper-tiny-minds14")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hungphan111/whisper-tiny-minds14")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 |
|---|---|---|---|
| 0.1782 | 1.0 | 57 | 0.0994 |
| 0.0698 | 2.0 | 114 | 0.0780 |
| 0.0354 | 3.0 | 171 | 0.0850 |
| 0.014 | 4.0 | 228 | 0.0942 |
| 0.0076 | 5.0 | 285 | 0.0982 |
Base model
openai/whisper-tiny