AILAB-VNUHCM/vivos
Updated • 475 • 16
How to use Neruzo/whisper-small-vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Neruzo/whisper-small-vi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Neruzo/whisper-small-vi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Neruzo/whisper-small-vi")This model is a fine-tuned version of openai/whisper-small on the ## 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.2772 | 0.57 | 100 | 0.5491 | 29.9594 |
| 0.1497 | 1.15 | 200 | 0.5230 | 28.6874 |
Base model
openai/whisper-small