Views
No views yet
Canonical:kevinqz/Miril-Drone-2B-1-CoreAI— source of truth.
Feature backbone, not an end task. This is a frozen encoder: it emits per-patch feature tokens, not depths / masks / labels. The host owns image preprocessing (resize to the static size, ImageNet mean/std) and any downstream head. Use the upstream repo for the preprocessing + task heads.
| Field | Value |
|---|---|
| Parameters | 2B |
| Architecture | encoder |
| Capabilities | image-feature-extraction, vision-language |
| Image size | —px (static) |
| Patch size | — |
| Embed dim | — |
| Patch tokens | — |
| Quantization / precision | none / float32 |
| On-disk size | 588 MB |
| Asset kind | single-graph ViT encoder (image -> per-patch tokens) |
| assetVersion | 2.0 |
image [1,3,S,S] in → normalized
patch_tokens [1, (S/16)^2, embed_dim] out. You supply the image
preprocessing (resize to S, ImageNet normalize) and any downstream head in your
host code (Swift or Python).pip install coreai-catalog && coreai-catalog install miril-drone-2b-1minimum_os v27,
so the on-device Swift runtime requires macOS/iOS 27+. A Mac on macOS 26 can
convert and inspect it but not run it on-device.coreai-fabric verify.| Field | Value |
|---|---|
| Base model | MirilAI/Miril-Drone-2B-1 @ 40bde4fe61edc451440f62dc6653ddb06999543d |
| Converted by | models/miril/export.py (version not reported) |
| Recipe | miril-drone-2b-1 (recipe_source: fabric) |
| Precision / quantization | float32 / none |
| Conversion date | 2026-07-09 |
LICENSE. This artifact is a converted derivative of the base backbone: its
weights were converted to Apple Core AI format. The conversion itself is
community work.miril-drone-2b-1.aimodel pipeline that produced this asset.