Sammyeazzy/edo_dataset
Viewer • Updated • 1.34k • 9
How to use Sammyeazzy/whisper-small-yo-benin1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Sammyeazzy/whisper-small-yo-benin1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Sammyeazzy/whisper-small-yo-benin1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Sammyeazzy/whisper-small-yo-benin1", device_map="auto")This model is a fine-tuned version of openai/whisper-small on the None 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 | Bleu | Chrf |
|---|---|---|---|---|---|---|
| 0.283 | 0.3322 | 100 | 0.4633 | 7.3241 | 0.0116 | 11.3183 |
| 0.2862 | 0.6645 | 200 | 0.3027 | 7.7977 | 0.0102 | 9.6242 |
| 0.2512 | 0.9967 | 300 | 0.1743 | 5.6621 | 0.0155 | 12.3981 |
| 0.0596 | 1.3289 | 400 | 0.1373 | 6.2046 | 0.0163 | 12.2453 |
| 0.0556 | 1.6611 | 500 | 0.1107 | 6.7908 | 0.0134 | 11.4677 |
Base model
openai/whisper-small