MobileCLIP-S0 Core ML (re-hosted for the Luke app)

Apple's official Core ML export of MobileCLIP-S0 (apple/coreml-mobileclip), re-packaged as .mlpackage.tar.gz archives for direct on-device download + compilation.

  • MobileCLIPImageEncoder.mlpackage.tar.gz — image encoder (256×256 RGB → 512-dim embedding, output final_emb_1)
  • MobileCLIPTextEncoder.mlpackage.tar.gz — text encoder (1×77 int32 CLIP BPE tokens, zero-padded → 512-dim embedding)

Weights are unchanged from Apple's release and remain under the Apple Sample Code License.

Reference: MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training (CVPR 2024).

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for RuiSumida/MobileCLIP-S0-CoreML