razhan/DOLMA-speech
Viewer • Updated • 41.7k • 137 • 1
How to use razhan/whisper-base-hawrami-translation with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="razhan/whisper-base-hawrami-translation") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("razhan/whisper-base-hawrami-translation")
model = AutoModelForSpeechSeq2Seq.from_pretrained("razhan/whisper-base-hawrami-translation", device_map="auto")This model is a fine-tuned version of openai/whisper-base on the razhan/DOLMA-speech hawrami 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 | Chrf | Bleu |
|---|---|---|---|---|---|
| 4.056 | 1.0 | 40 | 3.7037 | 12.1151 | 0.0829 |
| 3.4175 | 2.0 | 80 | 3.2226 | 11.2675 | 0.1153 |
| 3.1704 | 3.0 | 120 | 3.1141 | 12.9709 | 0.2803 |
| 3.0286 | 4.0 | 160 | 3.0851 | 13.3279 | 0.4036 |