Instructions to use WinKawaks/SketchXAI-Base-QuickDraw345 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (f5deea8ccda9733d70c4489d858e20b9b52d96b6)
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:1b7585e59c1ae738f66c39d1305deb270eb2bff8284e1ae2fcd365b7076e6855
|
| 3 |
+
size 366941476
|