How to use WinKawaks/SketchXAI-Base-QuickDraw345 with Transformers:
# Load model directly from transformers import AutoImageProcessor, ViTForSketchClassification processor = AutoImageProcessor.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw345") model = ViTForSketchClassification.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw345")
The community tab is the place to discuss and collaborate with the HF community!