Instructions to use timm/MobileCLIP2-S2-OpenCLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use timm/MobileCLIP2-S2-OpenCLIP with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:timm/MobileCLIP2-S2-OpenCLIP') tokenizer = open_clip.get_tokenizer('hf-hub:timm/MobileCLIP2-S2-OpenCLIP') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- clip
|
|
|
|
| 4 |
library_name: open_clip
|
| 5 |
pipeline_tag: zero-shot-image-classification
|
| 6 |
-
license:
|
| 7 |
---
|
| 8 |
-
# Model card for MobileCLIP2-S2-OpenCLIP
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- clip
|
| 4 |
+
- mobileclip2
|
| 5 |
library_name: open_clip
|
| 6 |
pipeline_tag: zero-shot-image-classification
|
| 7 |
+
license: apple-amlr
|
| 8 |
---
|
| 9 |
+
# Model card for MobileCLIP2-S2-OpenCLIP
|