unanam/fleurstest
Viewer • Updated • 2.92k • 19
How to use unanam/fleurstest with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="unanam/fleurstest") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("unanam/fleurstest")
model = AutoModelForSpeechSeq2Seq.from_pretrained("unanam/fleurstest")This model is a fine-tuned version of openai/whisper-base on the whisper_fleurs_ver1 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 | Cer |
|---|---|---|---|---|
| 0.0347 | 6.29 | 1000 | 0.4469 | 10.9426 |
| 0.0046 | 12.58 | 2000 | 0.4908 | 10.8907 |
| 0.0025 | 18.87 | 3000 | 0.5122 | 10.9946 |
| 0.0019 | 25.16 | 4000 | 0.5203 | 10.9470 |
Base model
openai/whisper-base