Instructions to use apple/MobileCLIP-B-OpenCLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use apple/MobileCLIP-B-OpenCLIP with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:apple/MobileCLIP-B-OpenCLIP') tokenizer = open_clip.get_tokenizer('hf-hub:apple/MobileCLIP-B-OpenCLIP') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ library_name: open_clip
|
|
| 5 |
pipeline_tag: zero-shot-image-classification
|
| 6 |
license: other
|
| 7 |
license_name: apple-ascl
|
| 8 |
-
license_link:
|
| 9 |
---
|
| 10 |
|
| 11 |
# MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training
|
|
|
|
| 5 |
pipeline_tag: zero-shot-image-classification
|
| 6 |
license: other
|
| 7 |
license_name: apple-ascl
|
| 8 |
+
license_link: https://github.com/apple/ml-mobileclip/blob/main/LICENSE_weights_data
|
| 9 |
---
|
| 10 |
|
| 11 |
# MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training
|