asr-puno-quechua
Collection
Automatic speech recognition for Puno Quechua (qxp) using Mozilla Common Voice data. • 7 items • Updated
How to use QuechuaBase/wav2vec2-base-qxp-finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="QuechuaBase/wav2vec2-base-qxp-finetuned") # Load model directly
from transformers import AutoProcessor, AutoModelForCTC
processor = AutoProcessor.from_pretrained("QuechuaBase/wav2vec2-base-qxp-finetuned")
model = AutoModelForCTC.from_pretrained("QuechuaBase/wav2vec2-base-qxp-finetuned")This model is a fine-tuned version of facebook/wav2vec2-base for Automatic Speech Recognition (ASR) in Puno Quechua (qxp).
Base pretrained model:
facebook/wav2vec2-baseThis model was developed by:
The development and training of this model involved the following research laboratories and institutions:
The model was fine-tuned using the following dataset:
The fine-tuning process was performed using the following hardware and software configuration:
Base model
facebook/wav2vec2-base