Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use pk3388/vit-base-patch16-224-ethos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pk3388/vit-base-patch16-224-ethos with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="pk3388/vit-base-patch16-224-ethos") 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("pk3388/vit-base-patch16-224-ethos") model = AutoModelForImageClassification.from_pretrained("pk3388/vit-base-patch16-224-ethos") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 17
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80e3d3fa270e97c555559306e46db47f0a2a3955e4dc79dc2df0eeca338ac5e5
|
| 3 |
size 343227052
|
runs/May03_07-06-31_7450bcd09d9e/events.out.tfevents.1714720000.7450bcd09d9e.3113.2
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:3d651b998fc073da3fced19d5c9fb270940553ed09f2e9f40f9ae7433d108b9b
|
| 3 |
+
size 12910
|