Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: apple-ascl
|
4 |
+
license_link: LICENSE
|
5 |
+
library_name: mobileclip
|
6 |
+
---
|
7 |
+
|
8 |
+
# MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training (Converted to CoreML)
|
9 |
+
|
10 |
+
MobileCLIP was introduced in [MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training
|
11 |
+
](https://arxiv.org/pdf/2311.17049.pdf) (CVPR 2024), by Pavan Kumar Anasosalu Vasu, Hadi Pouransari, Fartash Faghri, Raviteja Vemulapalli, Oncel Tuzel.
|
12 |
+
|
13 |
+
This repository contains [MobileCLIP-S0](https://huggingface.co/apple/MobileCLIP-S0) split to Text, Image encoders which where converted to CoreML using [this Notebook](https://huggingface.co/Norod78/CoreML-MobileCLIP-S0/blob/main/PyTorch2CoreML-mobileclip.ipynb)
|