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.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for David-A-Amoo/Qwen3-ASR-1.7B-Yoruba

Finetuned
(42)
this model

Dataset used to train David-A-Amoo/Qwen3-ASR-1.7B-Yoruba