google/fleurs
Viewer • Updated • 768k • 63.9k • 406
How to use anhphuong/whisper_small_vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="anhphuong/whisper_small_vi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("anhphuong/whisper_small_vi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("anhphuong/whisper_small_vi")This model is a fine-tuned version of openai/whisper-small-vi-v2 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 |
|---|---|---|---|---|
| 0.0133 | 4.7619 | 1000 | 0.3913 | 15.3383 |
| 0.0009 | 9.5238 | 2000 | 0.4180 | 14.3227 |
| 0.0006 | 14.2857 | 3000 | 0.4382 | 14.6162 |
| 0.0003 | 19.0476 | 4000 | 0.4496 | 14.4269 |
| 0.0002 | 23.8095 | 5000 | 0.4594 | 14.4578 |
| 0.0002 | 28.5714 | 6000 | 0.4633 | 14.4308 |