Fix mentions of wrong repository
#3
by
merve
HF Staff
- opened
README.md
CHANGED
@@ -24,11 +24,11 @@ This repository contains the **MobileCLIP-B** checkpoint.
|
|
24 |
|
25 |
| Model | # Seen <BR>Samples (B) | # Params (M) <BR> (img + txt) | Latency (ms) <BR> (img + txt) | IN-1k Zero-Shot <BR> Top-1 Acc. (%) | Avg. Perf. (%) <BR> on 38 datasets |
|
26 |
|:----------------------------------------------------------|:----------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------------:|:----------------------------------:|
|
27 |
-
| [MobileCLIP-S0](https://hf.co/
|
28 |
-
| [MobileCLIP-S1](https://hf.co/
|
29 |
-
| [MobileCLIP-S2](https://hf.co/
|
30 |
-
| [MobileCLIP-B](https://hf.co/
|
31 |
-
| [MobileCLIP-B (LT)](https://hf.co/
|
32 |
|
33 |
## How to Use
|
34 |
|
@@ -36,7 +36,7 @@ First, download the desired checkpoint visiting one of the links in the table ab
|
|
36 |
For programmatic downloading, if you have `huggingface_hub` installed, you can also run:
|
37 |
|
38 |
```
|
39 |
-
huggingface-cli download
|
40 |
```
|
41 |
|
42 |
Then, install [`ml-mobileclip`](https://github.com/apple/ml-mobileclip) by following the instructions in the repo. It uses an API similar to [`open_clip`'s](https://github.com/mlfoundations/open_clip).
|
|
|
24 |
|
25 |
| Model | # Seen <BR>Samples (B) | # Params (M) <BR> (img + txt) | Latency (ms) <BR> (img + txt) | IN-1k Zero-Shot <BR> Top-1 Acc. (%) | Avg. Perf. (%) <BR> on 38 datasets |
|
26 |
|:----------------------------------------------------------|:----------------------:|:-----------------------------:|:-----------------------------:|:-----------------------------------:|:----------------------------------:|
|
27 |
+
| [MobileCLIP-S0](https://hf.co/apple/MobileCLIP-S0) | 13 | 11.4 + 42.4 | 1.5 + 1.6 | 67.8 | 58.1 |
|
28 |
+
| [MobileCLIP-S1](https://hf.co/apple/MobileCLIP-S1) | 13 | 21.5 + 63.4 | 2.5 + 3.3 | 72.6 | 61.3 |
|
29 |
+
| [MobileCLIP-S2](https://hf.co/apple/MobileCLIP-S2) | 13 | 35.7 + 63.4 | 3.6 + 3.3 | 74.4 | 63.7 |
|
30 |
+
| [MobileCLIP-B](https://hf.co/apple/MobileCLIP-B) | 13 | 86.3 + 63.4 | 10.4 + 3.3 | 76.8 | 65.2 |
|
31 |
+
| [MobileCLIP-B (LT)](https://hf.co/apple/MobileCLIP-B-LT) | 36 | 86.3 + 63.4 | 10.4 + 3.3 | 77.2 | 65.8 |
|
32 |
|
33 |
## How to Use
|
34 |
|
|
|
36 |
For programmatic downloading, if you have `huggingface_hub` installed, you can also run:
|
37 |
|
38 |
```
|
39 |
+
huggingface-cli download apple/MobileCLIP-B
|
40 |
```
|
41 |
|
42 |
Then, install [`ml-mobileclip`](https://github.com/apple/ml-mobileclip) by following the instructions in the repo. It uses an API similar to [`open_clip`'s](https://github.com/mlfoundations/open_clip).
|