Instructions to use peft-internal-testing/tiny-clip-text-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use peft-internal-testing/tiny-clip-text-2 with Transformers:
# Load model directly from transformers import AutoTokenizer, CLIPTextModelWithProjection tokenizer = AutoTokenizer.from_pretrained("peft-internal-testing/tiny-clip-text-2") model = CLIPTextModelWithProjection.from_pretrained("peft-internal-testing/tiny-clip-text-2") - Notebooks
- Google Colab
- Kaggle
Quick Links
No model card
- Downloads last month
- 502,703
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
# Load model directly from transformers import AutoTokenizer, CLIPTextModelWithProjection tokenizer = AutoTokenizer.from_pretrained("peft-internal-testing/tiny-clip-text-2") model = CLIPTextModelWithProjection.from_pretrained("peft-internal-testing/tiny-clip-text-2")