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