Instructions to use apple/MobileCLIP-S2-OpenCLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use apple/MobileCLIP-S2-OpenCLIP with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:apple/MobileCLIP-S2-OpenCLIP') tokenizer = open_clip.get_tokenizer('hf-hub:apple/MobileCLIP-S2-OpenCLIP') - Notebooks
- Google Colab
- Kaggle
AMLR license (#6)
Browse files- AMLR license (21823fb84e606cb3636d18aa7885579529a09b0a)
README.md
CHANGED
|
@@ -3,7 +3,7 @@ tags:
|
|
| 3 |
- clip
|
| 4 |
library_name: open_clip
|
| 5 |
pipeline_tag: zero-shot-image-classification
|
| 6 |
-
license:
|
| 7 |
license_name: apple-ascl
|
| 8 |
license_link: https://github.com/apple/ml-mobileclip/blob/main/LICENSE_weights_data
|
| 9 |
---
|
|
|
|
| 3 |
- clip
|
| 4 |
library_name: open_clip
|
| 5 |
pipeline_tag: zero-shot-image-classification
|
| 6 |
+
license: apple-amlr
|
| 7 |
license_name: apple-ascl
|
| 8 |
license_link: https://github.com/apple/ml-mobileclip/blob/main/LICENSE_weights_data
|
| 9 |
---
|