Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: apple-ascl
|
| 4 |
+
license_link: https://github.com/apple/ml-mobileclip/blob/main/LICENSE_weights_data
|
| 5 |
+
library_name: coreml
|
| 6 |
+
tags:
|
| 7 |
+
- mobileclip
|
| 8 |
+
- coreml
|
| 9 |
+
- clip
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# MobileCLIP-S0 Core ML (re-hosted for the Luke app)
|
| 13 |
+
|
| 14 |
+
Apple's official Core ML export of **MobileCLIP-S0** ([apple/coreml-mobileclip](https://huggingface.co/apple/coreml-mobileclip)),
|
| 15 |
+
re-packaged as `.mlpackage.tar.gz` archives for direct on-device download + compilation.
|
| 16 |
+
|
| 17 |
+
- `MobileCLIPImageEncoder.mlpackage.tar.gz` — image encoder (256×256 RGB → 512-dim embedding, output `final_emb_1`)
|
| 18 |
+
- `MobileCLIPTextEncoder.mlpackage.tar.gz` — text encoder (1×77 int32 CLIP BPE tokens, zero-padded → 512-dim embedding)
|
| 19 |
+
|
| 20 |
+
Weights are unchanged from Apple's release and remain under the
|
| 21 |
+
[Apple Sample Code License](https://github.com/apple/ml-mobileclip/blob/main/LICENSE_weights_data).
|
| 22 |
+
|
| 23 |
+
Reference: [MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training](https://arxiv.org/pdf/2311.17049.pdf) (CVPR 2024).
|