doof-ferb/infore1_25hours
Viewer • Updated • 14.9k • 720 • 11
How to use huybunn/whisper-small-vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="huybunn/whisper-small-vi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("huybunn/whisper-small-vi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("huybunn/whisper-small-vi")This model is a fine-tuned version of openai/whisper-small on the Infore1 25hours(50%) 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.034 | 2.6747 | 1000 | 0.1046 | 5.2202 |
| 0.0017 | 5.3481 | 2000 | 0.0985 | 4.2982 |
| 0.0007 | 8.0214 | 3000 | 0.1024 | 4.2129 |
| 0.0005 | 10.6961 | 4000 | 0.1043 | 4.2194 |
Base model
openai/whisper-small