ngia/ASR_pulaar
Viewer • Updated • 17.3k • 41
How to use ngia/whisper-small-pulaar with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ngia/whisper-small-pulaar") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ngia/whisper-small-pulaar")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ngia/whisper-small-pulaar")This model is a fine-tuned version of openai/whisper-small on the ASR Pulaar Dataset 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.9523 | 1.0373 | 1000 | 1.2430 | 132.9187 |
| 0.649 | 2.0747 | 2000 | 1.1308 | 113.6540 |
| 0.5278 | 3.1120 | 3000 | 1.1119 | 113.9935 |
| 0.4196 | 4.1494 | 4000 | 1.1167 | 120.9982 |
Base model
openai/whisper-small