Instructions to use laion/CLIP-convnext_xxlarge-laion2B-s34B-b82K-augreg-soup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use laion/CLIP-convnext_xxlarge-laion2B-s34B-b82K-augreg-soup with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:laion/CLIP-convnext_xxlarge-laion2B-s34B-b82K-augreg-soup') tokenizer = open_clip.get_tokenizer('hf-hub:laion/CLIP-convnext_xxlarge-laion2B-s34B-b82K-augreg-soup') - Notebooks
- Google Colab
- Kaggle
