linhtran92/viet_bud500
Viewer • Updated • 649k • 508 • 69
How to use tranviethuy01/whisper-medium-vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="tranviethuy01/whisper-medium-vi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("tranviethuy01/whisper-medium-vi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("tranviethuy01/whisper-medium-vi")This model is a fine-tuned version of openai/whisper-medium on the Viet bud500h dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
openai/whisper-medium