GGUF quantizations of the
CED family (Consistent Ensemble Distillation,
Xiaomi) - SOTA-tier audio-tagging models that classify everyday sounds (baby
cry, footsteps, glass breaking, alarms, dog bark, ...) into the 527-class
AudioSet ontology.
These files run with
ced.cpp, a
standalone C++/
ggml port (no Python, no
PyTorch at inference), and with
LocalAI
via the
ced backend. Converted from the
mispeech/ced-* checkpoints
(Apache-2.0). CED is a plain AST/DeiT Vision Transformer over a log-mel
spectrogram; the port is numerically equal to the PyTorch reference.
One self-contained GGUF per size + quant (config, 527 labels, and the mel
filterbank/window are all embedded). Pick by your accuracy/size budget:
ced.cpp f16 is ~1.55x faster than the PyTorch reference; q8_0 uses ~6.5x less
memory.
1ced-cli classify ced-base-f16.gguf clip.wav --top-k 5
2# 0.87 Baby cry, infant cry
3# 0.12 Crying, sobbing