How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoImageProcessor, ViTForSketchClassification

processor = AutoImageProcessor.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30")
model = ViTForSketchClassification.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30")
Quick Links

A full description of this project can be found at https://sketchxai.github.io/.

Downloads last month
10
Safetensors
Model size
91.5M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train WinKawaks/SketchXAI-Base-QuickDraw30