Mizo Automatic Speech Recognition (ASR) Models v3.0
Collection
This collection features state-of-the-art Automatic Speech Recognition (ASR) models fine-tuned specifically for the Mizo language. • 40 items • Updated
This model is a fine-tuned version of Qwen/Qwen3-ASR-1.7B on the MiZonal v3.0 dataset.
It achieves the following results on the evaluation set:
import torch
from qwen_asr import Qwen3ASRModel
# Load the model
model = Qwen3ASRModel.from_pretrained(
"andrewbawitlung/qwen3-asr-1.7b-mizonal3-E4-lus-v2026.06",
dtype=torch.bfloat16,
device_map="cuda:0" # Adjust device as needed
)
# Transcribe audio
results = model.transcribe("your_audio.wav")
print(results)
This repository is part of a series of experiments. The different configurations are:
| Experiment | Hugging Face Repository |
|---|---|
| E1 (Baseline) | andrewbawitlung/qwen3-asr-1.7b-mizonal3-E1-lus-v2026.06 |
| E2 (Noise) | andrewbawitlung/qwen3-asr-1.7b-mizonal3-E2-lus-v2026.06 |
| E3 (Speed) | andrewbawitlung/qwen3-asr-1.7b-mizonal3-E3-lus-v2026.06 |
| E4 (SpecAug) | andrewbawitlung/qwen3-asr-1.7b-mizonal3-E4-lus-v2026.06 |
| E5 (Combined) | andrewbawitlung/qwen3-asr-1.7b-mizonal3-E5-lus-v2026.06 |
The following hyperparameters were used during training:
| step | epoch | train_loss | eval_loss | eval_wer | eval_cer | learning_rate | grad_norm |
|---|---|---|---|---|---|---|---|
| 200 | 2.9018 | 0.4309 | 0.2885 | 24.5792 | 5.4760 | 1.31e-05 | 7.1875 |
| 400 | 5.8000 | 0.2051 | 0.2930 | 22.6331 | 5.2640 | 5.67e-06 | 6.0938 |
Base model
Qwen/Qwen3-ASR-1.7B