Update with download instructions
Browse files
README.md
CHANGED
|
@@ -33,3 +33,15 @@ This repository contains the text and image encoders of all variants of MobileCL
|
|
| 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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`
|
| 40 |
+
|
| 41 |
+
```bash
|
| 42 |
+
brew install huggingface-cli
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
```bash
|
| 46 |
+
huggingface-cli download --local-dir models apple/coreml-mobileclip
|
| 47 |
+
```
|