Qwen3-ASR Fine-Tuned on Yoruba
This model is a fine-tuned version of Qwen/Qwen3-ASR-1.7B trained on 85.49 hours of Yoruba speech from a cleaned version of the NaijaVoices dataset.
Currently, only evaluation/testing checkpoints are available.
Usage
import torch
from qwen_asr import Qwen3ASRModel
model = Qwen3ASRModel.from_pretrained("David-A-Amoo/qwen3-asr-yoruba")
results = model.transcribe(audio="audio.wav")
print(results[0].language)
print(results[0].text)
cc-by-nc-sa-4.0 license inheriting naijavoices dataset licensing.
Model tree for David-A-Amoo/Qwen3-ASR-1.7B-Yoruba
Base model
Qwen/Qwen3-ASR-1.7B