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
Remove outdated license fields from metadata
#7 opened 10 months ago
by
pcuenq
Why doesn't the S1/S2 text encoder use attn_mask or key_padding_mask to deal with padding tokens?
#5 opened about 1 year ago
by
Kinfai
the scores distribution is all around 0.2, why is that
#4 opened over 1 year ago
by
NemesisPrime