google/fleurs
Viewer • Updated • 768k • 57.2k • 402
How to use arun100/whisper-small-is_is with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-small-is_is") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-small-is_is")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-small-is_is")This model is a fine-tuned version of openai/whisper-small on the google/fleurs is_is 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.0002 | 499.0 | 1000 | 1.6747 | 66.5053 |
| 0.0001 | 999.0 | 2000 | 1.7714 | 67.6670 |
| 0.0 | 1499.0 | 3000 | 1.8178 | 68.6350 |