google/fleurs
Viewer • Updated • 768k • 88.8k • 435
How to use arun100/whisper-small-vi-1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="arun100/whisper-small-vi-1") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("arun100/whisper-small-vi-1")
model = AutoModelForSpeechSeq2Seq.from_pretrained("arun100/whisper-small-vi-1", device_map="auto")This model is a fine-tuned version of openai/whisper-small 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.0083 | 86.0 | 1000 | 0.4476 | 18.3051 |
| 0.0022 | 173.0 | 2000 | 0.4754 | 18.8086 |
| 0.001 | 260.0 | 3000 | 0.4970 | 18.8278 |
| 0.0006 | 347.0 | 4000 | 0.5153 | 19.5042 |
| 0.0004 | 434.0 | 5000 | 0.5331 | 19.4081 |
| 0.0003 | 521.0 | 6000 | 0.5482 | 19.5042 |
| 0.0002 | 608.0 | 7000 | 0.5638 | 19.3659 |
| 0.0001 | 695.0 | 8000 | 0.5755 | 19.6195 |
| 0.0001 | 782.0 | 9000 | 0.5862 | 19.6503 |
| 0.0001 | 869.0 | 10000 | 0.5902 | 19.6349 |
Base model
openai/whisper-small