Core ML
pavankumarvasu commited on
Commit
b539a5a
·
verified ·
1 Parent(s): 2f40d7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -12,9 +12,9 @@ datasets:
12
  MobileCLIP was introduced in [MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training
13
  ](https://arxiv.org/pdf/2311.17049.pdf) (CVPR 2024), by Pavan Kumar Anasosalu Vasu, Hadi Pouransari, Fartash Faghri, Raviteja Vemulapalli, Oncel Tuzel.
14
 
15
- This repository contains the text and image encoders of all variants of MobileCLIP exported to Core ML.
16
 
17
- ![MobileCLIP Performance Figure](fig_accuracy_latency.png)
18
 
19
  ### Highlights
20
 
@@ -32,8 +32,6 @@ This repository contains the text and image encoders of all variants of MobileCL
32
  | [MobileCLIP-B](https://hf.co/pcuenq/MobileCLIP-B) | 13 | 86.3 + 63.4 | 10.4 + 3.3 | 76.8 | 65.2 |
33
  | [MobileCLIP-B (LT)](https://hf.co/pcuenq/MobileCLIP-B-LT) | 36 | 86.3 + 63.4 | 10.4 + 3.3 | 77.2 | 65.8 |
34
 
35
- These Core ML models can be plugged-into the demo app provided in the official [MobileCLIP repo](https://github.com/apple/ml-mobileclip)
36
-
37
  ## Download
38
 
39
  Install `huggingface-cli`
 
12
  MobileCLIP was introduced in [MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training
13
  ](https://arxiv.org/pdf/2311.17049.pdf) (CVPR 2024), by Pavan Kumar Anasosalu Vasu, Hadi Pouransari, Fartash Faghri, Raviteja Vemulapalli, Oncel Tuzel.
14
 
15
+ This repository contains the text and image encoders of all variants of MobileCLIP exported to Core ML. These Core ML models can be plugged-into the demo app provided in the official [MobileCLIP repo](https://github.com/apple/ml-mobileclip)
16
 
17
+ <img src="mce_example.gif" width="240" height="540" />
18
 
19
  ### Highlights
20
 
 
32
  | [MobileCLIP-B](https://hf.co/pcuenq/MobileCLIP-B) | 13 | 86.3 + 63.4 | 10.4 + 3.3 | 76.8 | 65.2 |
33
  | [MobileCLIP-B (LT)](https://hf.co/pcuenq/MobileCLIP-B-LT) | 36 | 86.3 + 63.4 | 10.4 + 3.3 | 77.2 | 65.8 |
34
 
 
 
35
  ## Download
36
 
37
  Install `huggingface-cli`