Eulogik Edge AI Suite
Collection
A curated suite of edge-optimized, hyper-efficient, and local-first AI models and interactive spaces. Engineered by Eulogik. β’ 14 items β’ Updated β’ 1
A tiny byte-level multi-head content classifier β ~1.5M params, ~200KB ONNX, <12ms inference.
Classifies any content into 7 categories from raw bytes: coarse type, modality, subtype, code language, text language, file MIME, and risk flags.
| Head | Classes | Accuracy |
|---|---|---|
| coarse | 12 | 100% |
| modality | 8 | 100% |
| subtype | 24 | 93.8% |
| code_lang | 62 | 41.7% |
| text_lang | 30 | 94.3% |
| file_mime | 90 | 100% |
| risk (mAP) | 6 | 100% |
500 evaluation samples, 1700 training steps, base tier, ~13ms inference.
v0.2.0 is now available! eulogik/pico-type-v02 β trained on real code and text data with improved accuracy (code_lang 60.3%, text_lang 98.3%).
\Defaulting to user installation because normal site-packages is not writeable
\
\
\
Total parameters: 1.43M (tiny) / 1.45M (small) / 1.48M (base) / 1.56M (pro)
| Tier | Dim | Params | ONNX Size |
|---|---|---|---|
| tiny | 16 | 1.43M | 203 KB |
| small | 64 | 1.45M | 203 KB |
| base | 192 | 1.48M | 206 KB |
| pro | 576 | 1.56M | 202 KB |
All tiers share the same trunk; only the final linear layers differ.
| Head | Classes | Examples |
|---|---|---|
| coarse | 12 | text, code, link, image, file, config, markup, data, error, secret, archive, binary |
| modality | 8 | textual, binary_image, binary_archive, binary_executable, etc. |
| subtype | 24 | json, yaml, toml, csv, html, markdown, sql, log, dockerfile, etc. |
| code_lang | 62 | python, javascript, typescript, java, c, cpp, go, rust, etc. |
| text_lang | 30 | en, es, fr, de, it, pt, ru, zh, ja, ko, ar, hi, etc. |
| file_mime | 90 | text/html, application/json, application/pdf, image/png, video/mp4, etc. |
| risk | 6 | api_key, jwt, password, email, phone, ssh_key |
| Platform | Location |
|---|---|
| HuggingFace Space | eulogik/pico-type |
| HuggingFace Model (v0.1) | eulogik/pico-type |
| HuggingFace Model (v0.2) | eulogik/pico-type-v02 |
| GitHub | eulogik/pico-type |
| PyPI | \Defaulting to user installation because normal site-packages is not writeable |
Apache 2.0