Instructions to use HorcruxNo13/pvt-tiny-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HorcruxNo13/pvt-tiny-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="HorcruxNo13/pvt-tiny-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/pvt-tiny-224") model = AutoModelForImageClassification.from_pretrained("HorcruxNo13/pvt-tiny-224", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0f82dde
1
Parent(s): d16b125
Training in progress, epoch 0
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 50929233
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:199879796a66f670b93cc5a02e17430b159380af66600ea6ea78bdc624947fab
|
| 3 |
size 50929233
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4e7389af5ebd6f0c7171aad2ab1fd76b64c746931b91dcdd9289f5a95b153eb
|
| 3 |
size 4091
|