CoolFace
Modelpublic

KasuleTrevor/cdli-qwen3-asr-lg-atypical-stage3-1p7b-typical-base-const1e4

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes19downloads
Model Card

Qwen3-ASR Luganda Atypical Stage 3 1.7B

This repository contains a Qwen3-ASR checkpoint fine-tuned for Luganda atypical speech from the CDLI Luganda non-standard speech dataset.

Training Setup

  • —Base model: KasuleTrevor/cdli-qwen3-asr-lg-typical-1p7b-base-finetune
  • —Dataset: cdli/ugandan_luganda_nonstandard_speech_v1.0
  • —Language: Luganda (lg)
  • —Training source notebook: qwen3-asr-luganda-atypical-cleaned-finetune.ipynb
  • —Learning rate: 1e-4
  • —Scheduler: constant_with_warmup
  • —Epochs: 3
  • —Batch size: 2
  • —Gradient accumulation: 4
  • —Save steps: 250
  • —SpecAugment: not used

Checkpoint Selection

Notebook outputs show that validation checkpoint comparison selected checkpoint-2000 by normalized corpus WER.

CheckpointValidation WERValidation CEREval loss
checkpoint-20000.6749410.3653740.561479

A later exploratory notebook cell evaluated checkpoint-1250 after the upload. That post-hoc test result should not be interpreted as the uploaded best checkpoint.

Notebook-Recovered Test Artifact

The notebook contains test metrics for the later post-hoc checkpoint-1250 evaluation:

CheckpointTest WERTest CERAvg WER cappedAvg CER capped
checkpoint-12500.7501610.4928390.5589250.327015

Per-Speaker Breakdown

These per-speaker aggregates come from the notebook-displayed grouped analysis for the recovered post-hoc checkpoint-1250 test artifact.

<!-- markdownlint-disable MD013 -->

SpeakerSeverityDisorderEtiologyNMean WERMean CERMedian WERMedian CER
UG057Severe (frequent breakdowns)Voice disorderAcquired hearing impairment1050.70870.44630.82860.4842
UG042Severe (frequent breakdowns)Stuttering (Disfluency Disorders)Developmental850.61380.29240.66670.2381
UG058Severe (frequent breakdowns)Stuttering (Disfluency Disorders)Developmental1250.53320.30340.57140.2571
UG052Moderate (requires effort to understand)Stuttering (Disfluency Disorders)Developmental790.52930.26230.50000.2097
UG021Moderate (requires effort to understand)Articulation DisordersStructural presence of akloglosia, simply tong...910.52300.24980.55170.1929
UG022Mild (easily understood with minimal effort)Articulation DisordersDevelopmental1170.48370.23110.50000.1642
UG036Moderate (requires effort to understand)DysarthriaCerebral Palsy1770.44810.20010.43750.1429
UG014Mild (easily understood with minimal effort)Stuttering (Disfluency Disorders)Idiopathic1490.37280.12710.33330.0645
UG001Mild (easily understood with minimal effort)DysarthriaCerebral palsy - cerebral malaria990.35730.15420.36360.1399

<!-- markdownlint-enable MD013 -->

Evaluation Notes

The model card is reconstructed from executed notebook outputs and extracted local summaries. Full per-utterance prediction files were referenced in notebook outputs as remote /workspace/... artifact paths, but were not embedded in the notebook JSON available locally.