Instructions to use swadhindas324/convnext-Mistral-SYDNEY-without-captioning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use swadhindas324/convnext-Mistral-SYDNEY-without-captioning with Transformers:
# Load model directly from transformers import AutoTokenizer, VEDM tokenizer = AutoTokenizer.from_pretrained("swadhindas324/convnext-Mistral-SYDNEY-without-captioning") model = VEDM.from_pretrained("swadhindas324/convnext-Mistral-SYDNEY-without-captioning") - Notebooks
- Google Colab
- Kaggle