PolyAI/minds14
Viewer • Updated • 16.3k • 10.7k • 105
How to use janater123456/whisper-tiny-en-US with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="janater123456/whisper-tiny-en-US") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("janater123456/whisper-tiny-en-US")
model = AutoModelForSpeechSeq2Seq.from_pretrained("janater123456/whisper-tiny-en-US", device_map="auto")This model is a fine-tuned version of openai/whisper-tiny on the 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.0092 | 8.9286 | 500 | 0.5693 | 0.3418 | 0.3323 |
Base model
openai/whisper-tiny