mozilla-foundation/common_voice_13_0
Updated • 2.45k • 3
How to use van-ng/whisper-small-vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="van-ng/whisper-small-vi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("van-ng/whisper-small-vi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("van-ng/whisper-small-vi")This model is a fine-tuned version of openai/whisper-small on the mozilla-foundation/common_voice_13_0 dataset. It achieves the following results on the test set:
More information needed
More information needed
More information needed
Base model
ntu-spml/distilhubert