doof-ferb/vlsp2020_vinai_100h
Viewer • Updated • 56.4k • 1.17k • 13
How to use tranviethuy01/whisper-small-vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="tranviethuy01/whisper-small-vi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("tranviethuy01/whisper-small-vi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("tranviethuy01/whisper-small-vi")This model is a fine-tuned version of openai/whisper-small on the VLSP 2020 - VinAI dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
openai/whisper-small