Instructions to use HorcruxNo13/vit-base-patch16-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HorcruxNo13/vit-base-patch16-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="HorcruxNo13/vit-base-patch16-224") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("HorcruxNo13/vit-base-patch16-224") model = AutoModelForImageClassification.from_pretrained("HorcruxNo13/vit-base-patch16-224", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
77f3d79
1
Parent(s): 0d48740
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -28,5 +28,5 @@
|
|
| 28 |
"problem_type": "single_label_classification",
|
| 29 |
"qkv_bias": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
-
"transformers_version": "4.33.
|
| 32 |
}
|
|
|
|
| 28 |
"problem_type": "single_label_classification",
|
| 29 |
"qkv_bias": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.33.3"
|
| 32 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343268717
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11f61a7b9aa72cf39ece30879aeb56cc32519677494b72a7f47a06987b070c53
|
| 3 |
size 343268717
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8219bac5f568f3df3248d64a395f8f1e2e0c3e41f024b60576f4487b415dc71f
|
| 3 |
size 4027
|