CoolFace
Modelpublic

TechHara/timestamps-asr-canary-ctc-mlx-q8

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes34downloads
Model Card

canary-1b-v2 — timestampsasrmodel — MLX q8

Quantized MLX port of the timestamps_asr_model bundled inside nvidia/canary-1b-v2. It is the dedicated CTC forced-alignment head paired with canary; vocabulary is byte-identical to canary's sentencepiece (16 384 pieces).

Architecture24-layer Conformer encoder + 1×1 CTC head
Params626 M
Mel features128
d_model1024
CTC vocab16 384 + blank
Subsampling8× (dw_striding)
Self-attentionfull rel-pos
Quantizationbits=8, group_size=64 (MLX default)
Sourceextracted from canary-1b-v2.nemo

Files

FileSize
config.jsonpreprocessor + encoder + CTC config (with inline vocab)
model.safetensorsq8 weights + bf16 scales/biases
tokenizer.modelcanary's sentencepiece (1:1 copy)

License

CC-BY-4.0 — inherited from nvidia/canary-1b-v2.