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