google/fleurs
Viewer • Updated • 768k • 95.7k • 443
How to use abduaziz/whisper-small-tajik with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abduaziz/whisper-small-tajik") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abduaziz/whisper-small-tajik")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abduaziz/whisper-small-tajik", 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 | Wer |
|---|---|---|---|---|
| 2.7687 | 1.0 | 79 | 0.5778 | 39.6568 |
| 0.7193 | 2.0 | 158 | 0.3890 | 28.3568 |
| 0.3659 | 3.0 | 237 | 0.3611 | 26.0636 |
| 0.2021 | 4.0 | 316 | 0.3629 | 25.1068 |
| 0.1099 | 5.0 | 395 | 0.3740 | 25.3044 |
| 0.0597 | 6.0 | 474 | 0.3887 | 24.3081 |
| 0.0339 | 7.0 | 553 | 0.4005 | 24.6639 |
| 0.0213 | 8.0 | 632 | 0.4082 | 24.3239 |
| 0.0158 | 9.0 | 711 | 0.4131 | 24.2685 |
| 0.014 | 10.0 | 790 | 0.4141 | 24.2606 |
Base model
openai/whisper-small