WillHeld/india_accent_cv
Viewer • Updated • 91.5k • 375 • 3
How to use hamna11/whisper-tiny-en-asian-accent with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hamna11/whisper-tiny-en-asian-accent") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hamna11/whisper-tiny-en-asian-accent")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hamna11/whisper-tiny-en-asian-accent", device_map="auto")This model is a fine-tuned version of openai/whisper-tiny on the South_asian_accent 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 |
|---|---|---|---|---|
| 0.4438 | 0.25 | 1000 | 0.5724 | 23.7751 |
| 0.3441 | 1.1425 | 2000 | 0.4521 | 18.5095 |
| 0.2427 | 2.035 | 3000 | 0.4335 | 18.0589 |
| 0.2993 | 2.285 | 4000 | 0.3981 | 16.4164 |
Base model
openai/whisper-tiny