google/fleurs
Viewer • Updated • 768k • 76.3k • 420
How to use steja/whisper-small-occitan with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="steja/whisper-small-occitan") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("steja/whisper-small-occitan")
model = AutoModelForSpeechSeq2Seq.from_pretrained("steja/whisper-small-occitan")This model is a fine-tuned version of bofenghuang/whisper-small-cv11-french on the google/fleurs oc_fr 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.0087 | 30.77 | 400 | 1.1744 | 39.8485 |
| 0.001 | 61.54 | 800 | 1.2807 | 39.8939 |
| 0.0005 | 92.31 | 1200 | 1.3227 | 40.3447 |
| 0.0004 | 123.08 | 1600 | 1.3445 | 40.1098 |
| 0.0003 | 153.85 | 2000 | 1.3524 | 40.0492 |