Instructions to use apple/MobileCLIP-S1-OpenCLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use apple/MobileCLIP-S1-OpenCLIP with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:apple/MobileCLIP-S1-OpenCLIP') tokenizer = open_clip.get_tokenizer('hf-hub:apple/MobileCLIP-S1-OpenCLIP') - Notebooks
- Google Colab
- Kaggle
Will S0 be available?
#4
by 0ssamaak0 - opened
Will S0 be available in open_clip?
I'm using it using yoru GitHub repo and it's so amazing! I hope if you can add it here too.
thanks for great work!
@0ssamaak0 unfortunately not, too much added testing surface area and complexity to support that one model, it requires a custom text tower while the others map to a standard text model.