mudler_ced-gguf
mudler · View on Hugging Face ↗
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
license: apache-2.0 library_name: ced.cpp pipeline_tag: audio-classification tags:
- audio-classification
- sound-event-detection
- audio-tagging
- audioset
- ggml
- gguf
- ced base_model:
- mispeech/ced-tiny
- mispeech/ced-mini
- mispeech/ced-small
- mispeech/ced-base
CED (GGUF) for ced.cpp / LocalAI
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.
Files
One self-contained GGUF per size + quant (config, 527 labels, and the mel filterbank/window are all embedded). Pick by your accuracy/size budget:
| size | params | f16 | q8_0 | f32 |
|---|---|---|---|---|
| tiny | 5.5M | ced-tiny-f16.gguf (11 MB) |
ced-tiny-q8_0.gguf (6 MB) |
- |
| mini | 9.6M | ced-mini-f16.gguf (19 MB) |
ced-mini-q8_0.gguf (11 MB) |
- |
| small | 22M | ced-small-f16.gguf (42 MB) |
ced-small-q8_0.gguf (23 MB) |
- |
| base | 86M | ced-base-f16.gguf (165 MB) |
ced-base-q8_0.gguf (88 MB) |
ced-base-f32.gguf (328 MB) |
tiny/q8_0 (6 MB) is ideal for Raspberry-Pi-class CPUs; base/f16 is the
accuracy default.
Parity vs PyTorch (ced-base, end-to-end probs)
| quant | max abs diff | top-5 tags |
|---|---|---|
| f32 | 1.7e-7 | identical |
| f16 | 6.4e-5 | identical |
| q8_0 | 6.0e-3 | identical |
Performance (CPU, ced-base, 10s clip, Ryzen 9 9950X3D, 4 threads)
| latency | realtime factor | peak RSS | |
|---|---|---|---|
| PyTorch (transformers, f32) | 155.7 ms | 65x | 717 MB |
| ced.cpp f16 | 100.6 ms | 100x | 189 MB |
| ced.cpp q8_0 | 117.2 ms | 86x | 111 MB |
ced.cpp f16 is ~1.55x faster than the PyTorch reference; q8_0 uses ~6.5x less memory.
Usage
ced-cli classify ced-base-f16.gguf clip.wav --top-k 5
# 0.87 Baby cry, infant cry
# 0.12 Crying, sobbing
In LocalAI: install the ced backend, configure a model with one of these
GGUFs, then call POST /v1/audio/classification (or stream over the realtime
websocket API for live recognition).
License
Model weights: Apache-2.0 (© Xiaomi Corporation; from the mispeech/ced-* checkpoints). AudioSet labels are CC-BY-4.0. The ced.cpp inference code is MIT.
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:66b379435ce11b526190f73fc9fa1532fe5926f8&dn=mudler_ced-ggufOpen magnet in torrent client · infohash 66b379435ce11b526190f73fc9fa1532fe5926f8
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 2.8 KB (2,847 B) | 73f4b8074cefad20564903a3a30a698962c7e2e1 | 778e7a8fdd7f6a3f86e0c2c68399c41d829c8ae544da0f294f82a8e223980107 |
| ced-base-f16.gguf | 164.3 MB (172,257,824 B) | 58880b21c20fd0adaa5871555f07b3314c735f92 | 5c058d9f7b737167195fa54eae4a2ae17658ac2c0a8073f7f116ba006b2ab32c |
| ced-base-f32.gguf | 327.0 MB (342,936,608 B) | 1cbf7a1d6b8eaf6ea956a00e11cf53c4d06763c2 | 288a8cecc91cf4b13acb6d62d4aa3c38c90b6a2481c98802bd1a5a08f429933f |
| ced-base-q8_0.gguf | 88.0 MB (92,252,160 B) | 3e5fb1a299c76fbb74498e063c8ad8c0b945c2c5 | bd34a7710169f0047fea17267965d211f967828ab25ba6fb9d3768481393f6e2 |
| ced-mini-f16.gguf | 18.8 MB (19,732,000 B) | 3e5c7629600d7430a234193caf14f443dbf65d5d | 3c6a8936c77312f07a9ecb7b4bbbcb1f93ad137920ca6656bae9306571fb0c03 |
| ced-mini-q8_0.gguf | 10.3 MB (10,758,176 B) | 8ba54c9ac162bb3f79818fc95b463f850ce906b6 | 7062cef9ca31459f339ce24a5914f3b65bde76ffd9ca4fc924a040327ff292bd |
| ced-small-f16.gguf | 41.7 MB (43,707,680 B) | 64e463aa645e8eaaa7c80cb983e9a262c103a545 | c391ed8697a1b08d7c1a463e4940a5c3a2f670e0544ab0d8ee23b544583602a8 |
| ced-small-q8_0.gguf | 22.5 MB (23,611,424 B) | e4427a8898d606c8ec02db0651f9051bd0562548 | 888275fe43491cf832fb7b8125eccba34d1120745166f40cc12e93b79dea8efe |
| ced-tiny-f16.gguf | 10.8 MB (11,283,104 B) | 58d5be2b1ef8b13abc454b182e77fd405fdf1a5a | af8b81c67bae50bfca4ea83dbba77b3bae4fa6180d36c17d6877f7700aeeb77b |
| ced-tiny-q8_0.gguf | 5.9 MB (6,211,616 B) | 998d24bd56af04d99add77cc3bf896681c98ad7c | 48bee4e2fc3cc85d7806e03471db24e77fda6c2a2e81ffe9ef67caebaf2bd674 |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/mudler_ced-gguf/
- Slug
- mudler_ced-gguf
- Infohash
- 66b379435ce11b526190f73fc9fa1532fe5926f8
- License
- apache-2.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: mudler_ced-gguf.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | mudler/ced-gguf |
|---|---|
| Revision (pinned) | b5e9a4aad6438763c8da16079d77563fbed35c65 |
| Fetched at | 2026-09-04T15:30:06Z |
| License at fetch | apache-2.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-04T15:30:46Z
apache-2.0689.3 MB (722,753,439 bytes)ced.cppggufaudio-classificationsound-event-detectionaudio-taggingaudiosetggmlced