Instructions to use HichTala/draw2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HichTala/draw2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="HichTala/draw2")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("HichTala/draw2") model = AutoModelForImageClassification.from_pretrained("HichTala/draw2") - Notebooks
- Google Colab
- Kaggle
Upload ViTForImageClassification
Browse files- config.json +0 -0
- model.safetensors +2 -2
config.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a3881c013d595fd52bb5b5f263c8546229ec7f2871bce79b55c4ca6f924a704
|
| 3 |
+
size 385233004
|