google/fleurs
Viewer • Updated • 768k • 104k • 449
How to use Qulabarzi21/whisper-small-ckb-fleurs-pro with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Qulabarzi21/whisper-small-ckb-fleurs-pro") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Qulabarzi21/whisper-small-ckb-fleurs-pro")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Qulabarzi21/whisper-small-ckb-fleurs-pro", device_map="auto")This model is a fine-tuned version of openai/whisper-small 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 |
|---|---|---|---|
| 0.2672 | 2.5907 | 500 | 0.3034 |
| 0.0416 | 5.1813 | 1000 | 0.2682 |
| 0.0152 | 7.7720 | 1500 | 0.2846 |
| 0.0032 | 10.3627 | 2000 | 0.3132 |
| 0.0013 | 12.9534 | 2500 | 0.3376 |
| 0.0006 | 15.5440 | 3000 | 0.3526 |
| 0.0003 | 18.1347 | 3500 | 0.3617 |
| 0.0002 | 20.7254 | 4000 | 0.3688 |
| 0.0001 | 23.3161 | 4500 | 0.3746 |
| 0.0002 | 25.9067 | 5000 | 0.3767 |
Base model
openai/whisper-small