google/fleurs
Viewer • Updated • 768k • 58.1k • 405
How to use medhi-corneille/whisper-tiny-lb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="medhi-corneille/whisper-tiny-lb") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("medhi-corneille/whisper-tiny-lb")
model = AutoModelForSpeechSeq2Seq.from_pretrained("medhi-corneille/whisper-tiny-lb")This model is a fine-tuned version of openai/whisper-tiny on the google/fleurs 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.9979 | 1.37 | 250 | 1.5394 | 73.1448 | 73.3298 |
| 0.6784 | 2.75 | 500 | 1.2998 | 66.9095 | 64.8060 |
| 0.3773 | 4.12 | 750 | 1.2317 | 63.9250 | 61.5385 |
| 0.2906 | 5.49 | 1000 | 1.2117 | 63.0759 | 60.3958 |
| 0.2052 | 6.87 | 1250 | 1.2157 | 64.1913 | 62.0685 |
| 0.1155 | 8.24 | 1500 | 1.2432 | 61.6791 | 59.6130 |
| 0.0912 | 9.62 | 1750 | 1.2684 | 63.0056 | 60.3229 |
| 0.0698 | 10.99 | 2000 | 1.2937 | 63.6788 | 60.9598 |
| 0.0396 | 12.36 | 2250 | 1.3224 | 62.7996 | 60.2451 |
| 0.0309 | 13.74 | 2500 | 1.3480 | 62.1514 | 59.4622 |
| 0.0205 | 15.11 | 2750 | 1.3696 | 62.1715 | 59.5303 |
| 0.017 | 16.48 | 3000 | 1.3895 | 62.0761 | 59.8074 |
| 0.0151 | 17.86 | 3250 | 1.4016 | 62.7745 | 60.0360 |
| 0.0125 | 19.23 | 3500 | 1.4126 | 62.8900 | 60.5952 |
| 0.012 | 20.6 | 3750 | 1.4202 | 63.0709 | 60.3909 |
| 0.0115 | 21.98 | 4000 | 1.4215 | 62.8649 | 60.1867 |
Base model
openai/whisper-tiny