Instructions to use Echo22/mini-clip4clip-text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Echo22/mini-clip4clip-text with Transformers:
# Load model directly from transformers import AutoTokenizer, CLIPTextModelWithProjection tokenizer = AutoTokenizer.from_pretrained("Echo22/mini-clip4clip-text") model = CLIPTextModelWithProjection.from_pretrained("Echo22/mini-clip4clip-text") - Notebooks
- Google Colab
- Kaggle
Ctrl+K