Views
No views yet
anyspeech/zipa-large-crctc-ns-no-diacritics-780k
(300M params, Zipformer CR-CTC non-streaming, no diacritics).linear_pos stay f32.helix-metal's zipa_metal::ZipaModel — the
quantized weights stay TQ4-resident in Metal (no dequant), and the split
<name>.scales / <name>.qs tensors are 16 KiB page-aligned so they're
aliased zero-copy from the mmap via newBufferWithBytesNoCopy.model.safetensors bundle tensors + embedded `turboquant.index` (header metadata):
<name>.scales / <name>.qs (u8, split TQ4 blocks) per Linear
conv2d (OHWI) / norms / biases / bypass / downsample (f32)
tokens.txt CTC phone vocabulary (id → IPA unit)
config.json architecture + quantization metadata| frame-argmax | greedy phone-seq | |
|---|---|---|
| upstream fp32 (Metal vs ONNX) | 97.2% | 99.2% |
| this TQ4 bundle | 97.6% | 100.0% |
hx zipa-pack --format tq4 from the upstream averaged checkpoint.
This is a Bee model bundle; the artifact layout is project-specific to Bee.
Licensed MIT, matching the sibling bearcove/zipa-small-crctc-ns-no-diacritics-700k-mlx-q8
(same upstream ZIPA repository license).