Instructions to use HorcruxNo13/beit-base-patch16-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HorcruxNo13/beit-base-patch16-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="HorcruxNo13/beit-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/beit-base-patch16-224") model = AutoModelForImageClassification.from_pretrained("HorcruxNo13/beit-base-patch16-224", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d9d12cd
1
Parent(s): fefaac6
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
| 45 |
"problem_type": "single_label_classification",
|
| 46 |
"semantic_loss_ignore_index": 255,
|
| 47 |
"torch_dtype": "float32",
|
| 48 |
-
"transformers_version": "4.33.
|
| 49 |
"use_absolute_position_embeddings": false,
|
| 50 |
"use_auxiliary_head": true,
|
| 51 |
"use_mask_token": false,
|
|
|
|
| 45 |
"problem_type": "single_label_classification",
|
| 46 |
"semantic_loss_ignore_index": 255,
|
| 47 |
"torch_dtype": "float32",
|
| 48 |
+
"transformers_version": "4.33.3",
|
| 49 |
"use_absolute_position_embeddings": false,
|
| 50 |
"use_auxiliary_head": true,
|
| 51 |
"use_mask_token": false,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343130249
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08749cfefdce2c0739ad68235968961522e6c190af9341d6c53a41c256095c79
|
| 3 |
size 343130249
|
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:f86856743731e81c72d2cd332fca4f62cdd6513dbb3156885ebebb3ba3a6b93e
|
| 3 |
size 4027
|