asr-puno-quechua
Collection
Automatic speech recognition for Puno Quechua (qxp) using Mozilla Common Voice data. • 7 items • Updated
How to use QuechuaBase/whisper-base-qxp-finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="QuechuaBase/whisper-base-qxp-finetuned") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("QuechuaBase/whisper-base-qxp-finetuned")
model = AutoModelForSpeechSeq2Seq.from_pretrained("QuechuaBase/whisper-base-qxp-finetuned")This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
Base model
openai/whisper-base