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
📋 Documentation Enhancement Suggestion
#2 opened 3 months ago
by
CroviaTrust