CoolFace
Modelpublic

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

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

Qwen3-ASR Luganda Atypical Stage 3 1.7B SpecAugment

This repository contains a Qwen3-ASR checkpoint fine-tuned for Luganda atypical speech from the CDLI Luganda non-standard speech dataset, using the SpecAugment-enabled training notebook.

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-spec.ipynb
  • —Learning rate: 5e-5
  • —Scheduler: constant_with_warmup
  • —Epochs: 3
  • —Batch size: 2
  • —Gradient accumulation: 4
  • —Save steps: 250
  • —SpecAugment: enabled

Checkpoint Selection

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

CheckpointValidation WERValidation CEREval loss
checkpoint-5000.6204710.3110400.460929

Test Results

CheckpointTest WERTest CERAvg WER cappedAvg CER capped
checkpoint-5000.5364930.2595940.4574530.205291

Per-Speaker Breakdown

These per-speaker aggregates come from the notebook-displayed grouped analysis for checkpoint-500.

<!-- markdownlint-disable MD013 -->

SpeakerSeverityDisorderEtiologyNMean WERMean CERMedian WERMedian CER
UG057Severe (frequent breakdowns)Voice disorderAcquired hearing impairment1050.70700.45200.80000.3913
UG042Severe (frequent breakdowns)Stuttering (Disfluency Disorders)Developmental850.60370.23520.63640.2034
UG058Severe (frequent breakdowns)Stuttering (Disfluency Disorders)Developmental1250.52960.28420.52940.2439
UG052Moderate (requires effort to understand)Stuttering (Disfluency Disorders)Developmental790.49820.24930.50000.1698
UG022Mild (easily understood with minimal effort)Articulation DisordersDevelopmental1170.42870.16470.37500.0962
UG021Moderate (requires effort to understand)Articulation DisordersStructural presence of akloglosia, simply tong...910.42510.14530.44000.1266
UG036Moderate (requires effort to understand)DysarthriaCerebral Palsy1770.38850.15250.36360.1129
UG001Mild (easily understood with minimal effort)DysarthriaCerebral palsy - cerebral malaria990.34760.13570.30000.1020
UG014Mild (easily understood with minimal effort)Stuttering (Disfluency Disorders)Idiopathic1490.31330.10230.27270.0500

<!-- 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.