Instructions to use WinKawaks/SketchXAI-Base-QuickDraw30 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WinKawaks/SketchXAI-Base-QuickDraw30 with Transformers:
# Load model directly from transformers import AutoImageProcessor, ViTForSketchClassification processor = AutoImageProcessor.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30") model = ViTForSketchClassification.from_pretrained("WinKawaks/SketchXAI-Base-QuickDraw30") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (91b8ffcf5e899e94ded57e4ee45afb53872207a3)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0c45cbc49db62a72c0da28afafe7841c15a516f7f9c37ccdc086cd198713dec
|
| 3 |
+
size 365972536
|