Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,7 @@ library_name: mobileclip
|
|
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)
|
|
|
|
|
|
|
|
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)
|
14 |
+
|
15 |
+
# Usage exmaple
|
16 |
+
For an example of how to use these converted models in Swift, please reffer to [Queryable-MC](https://github.com/Norod/Queryable-mobileclip)
|