AILAB-VNUHCM/vivos
Updated • 475 • 16
How to use Neruzo/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Neruzo/whisper-small-hi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Neruzo/whisper-small-hi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Neruzo/whisper-small-hi")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 |
|---|---|---|---|---|
| 1.6611 | 0.01 | 10 | 1.3333 | 97.2028 |
Base model
openai/whisper-small