team4/8dretna_daridja
Viewer • Updated • 5.38k • 10
How to use hamzabennz/whisperDAR with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="hamzabennz/whisperDAR") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("hamzabennz/whisperDAR")
model = AutoModelForSpeechSeq2Seq.from_pretrained("hamzabennz/whisperDAR", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the 8dretna_daridja 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 |
|---|---|---|---|---|
| 4.3481 | 0.0107 | 5 | 4.6653 | 94.2718 |
Base model
openai/whisper-small