smrc/linguistique
Viewer • Updated • 2.5k • 13
How to use smrc/new-whisper-small-fr-qc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="smrc/new-whisper-small-fr-qc") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("smrc/new-whisper-small-fr-qc")
model = AutoModelForSpeechSeq2Seq.from_pretrained("smrc/new-whisper-small-fr-qc")This model is a fine-tuned version of openai/whisper-small on the Linguistique 1.0 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.0171 | 6.3694 | 1000 | 0.0153 | 1.2211 |
| 0.0007 | 12.7389 | 2000 | 0.0006 | 0.1332 |
| 0.0003 | 19.1083 | 3000 | 0.0003 | 0.1332 |
| 0.0002 | 25.4777 | 4000 | 0.0002 | 0.1776 |
| 0.0002 | 31.8471 | 5000 | 0.0002 | 0.1776 |
Base model
openai/whisper-small