team4/8dretna_daridja
Viewer • Updated • 5.38k • 9
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, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("hamzabennz/whisperDAR")
model = AutoModelForMultimodalLM.from_pretrained("hamzabennz/whisperDAR")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