Views
No views yet
Canonical:kevinqz/LingBot-Vision-ViT-Base-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 | 86M |
| Architecture | transformer |
| Capabilities | image-feature-extraction |
| Image size | 512px (static) |
| Patch size | 16 |
| Embed dim | 768 |
| Patch tokens | 1024 |
| Quantization / precision | none / float32 |
| On-disk size | 327 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 lingbot-vision-vit-baseminimum_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 | robbyant/lingbot-vision-vit-base @ f606f8c6c4002234ea68038f4d7c7cf57da96dfa |
| Converted by | models/lingbot/export.py (version not reported) |
| Recipe | lingbot-vision-vit-base (recipe_source: fabric) |
| Precision / quantization | float32 / none |
| Conversion date | 2026-07-07 |
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.lingbot-vision-vit-base.aimodel pipeline that produced this asset.