Instructions to use UCSC-VLAA/ViT-L-16-HTxt-Recap-CLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use UCSC-VLAA/ViT-L-16-HTxt-Recap-CLIP with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:UCSC-VLAA/ViT-L-16-HTxt-Recap-CLIP') tokenizer = open_clip.get_tokenizer('hf-hub:UCSC-VLAA/ViT-L-16-HTxt-Recap-CLIP') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ library_name: open_clip
|
|
| 5 |
pipeline_tag: zero-shot-image-classification
|
| 6 |
license: cc-by-4.0
|
| 7 |
datasets:
|
| 8 |
-
-
|
| 9 |
---
|
| 10 |
# Model card for ViT-H-14-CLIPA-336-datacomp1B
|
| 11 |
|
|
|
|
| 5 |
pipeline_tag: zero-shot-image-classification
|
| 6 |
license: cc-by-4.0
|
| 7 |
datasets:
|
| 8 |
+
- UCSC-VLAA/Recap-DataComp-1B
|
| 9 |
---
|
| 10 |
# Model card for ViT-H-14-CLIPA-336-datacomp1B
|
| 11 |
|