google/fleurs
Viewer • Updated • 768k • 57.2k • 402
How to use arun100/whisper-base-fr-derived-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-base-fr-derived-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-base-fr-derived-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-base-fr-derived-2")This model is a fine-tuned version of qanastek/whisper-base-french-cased on the google/fleurs fr_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.3835 | 105.26 | 1000 | 0.5892 | 25.4237 |
| 0.2837 | 210.53 | 2000 | 0.5526 | 23.8955 |
| 0.2323 | 315.79 | 3000 | 0.5432 | 24.0122 |
| 0.1961 | 421.05 | 4000 | 0.5402 | 23.7955 |
| 0.1863 | 526.32 | 5000 | 0.5395 | 23.7955 |