Instructions to use laion/CLIP-ViT-B-16-laion2B-s34B-b88K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use laion/CLIP-ViT-B-16-laion2B-s34B-b88K with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:laion/CLIP-ViT-B-16-laion2B-s34B-b88K') tokenizer = open_clip.get_tokenizer('hf-hub:laion/CLIP-ViT-B-16-laion2B-s34B-b88K') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: zero-shot-image-classification
|
| 4 |
-
library_name:
|
| 5 |
---
|
| 6 |
# Model Card for CLIP ViT-B/16 - LAION-2B
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
pipeline_tag: zero-shot-image-classification
|
| 4 |
+
library_name: open_clip
|
| 5 |
---
|
| 6 |
# Model Card for CLIP ViT-B/16 - LAION-2B
|
| 7 |
|