Instructions to use sharkMeow/train_V2_CLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sharkMeow/train_V2_CLIP with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("sharkMeow/train_V2_CLIP") model = AutoModel.from_pretrained("sharkMeow/train_V2_CLIP") - Notebooks
- Google Colab
- Kaggle
Ctrl+K