google/fleurs
Viewer • Updated • 768k • 57.2k • 402
How to use arun100/whisper-base-vi-2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-base-vi-2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-base-vi-2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-base-vi-2")This model is a fine-tuned version of arun100/whisper-base-vi-1 on the google/fleurs vi_vn 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.5823 | 43.0 | 500 | 0.7964 | 37.8978 |
| 0.3312 | 86.0 | 1000 | 0.6997 | 33.7125 |
| 0.2009 | 130.0 | 1500 | 0.6784 | 32.7479 |
| 0.1271 | 173.0 | 2000 | 0.6760 | 31.9985 |
| 0.0815 | 217.0 | 2500 | 0.6799 | 31.3028 |
| 0.0561 | 260.0 | 3000 | 0.6851 | 31.2337 |
| 0.0438 | 304.0 | 3500 | 0.6896 | 31.7256 |
| 0.0367 | 347.0 | 4000 | 0.6928 | 31.5949 |
| 0.0331 | 391.0 | 4500 | 0.6949 | 31.0338 |
| 0.0317 | 434.0 | 5000 | 0.6957 | 31.0453 |