UIT-ViToSA/ViToSA-1.0
Viewer • Updated • 12.8k • 76 • 3
How to use UIT-ViToSA/vitosa-phowhisper-asr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="UIT-ViToSA/vitosa-phowhisper-asr") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("UIT-ViToSA/vitosa-phowhisper-asr")
model = AutoModelForSpeechSeq2Seq.from_pretrained("UIT-ViToSA/vitosa-phowhisper-asr")Base model
vinai/PhoWhisper-base