Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use jayanta/google-vit-base-patch16-224-face with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jayanta/google-vit-base-patch16-224-face with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jayanta/google-vit-base-patch16-224-face") 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("jayanta/google-vit-base-patch16-224-face") model = AutoModelForImageClassification.from_pretrained("jayanta/google-vit-base-patch16-224-face", device_map="auto") - Notebooks
- Google Colab
- Kaggle
paul commited on
Commit ·
86f220b
1
Parent(s): 8f64fd7
Training in progress, epoch 6
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343282353
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44f87945180ce0aed08c903e73c451d3c65f0e1df9a0157b5155a2ba72a55080
|
| 3 |
size 343282353
|
runs/Jan12_20-55-27_teesta/events.out.tfevents.1673537136.teesta.20755.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:7d648c82df4ba580701280f26573b0ea6833882ad51d890143956a42573dbffb
|
| 3 |
+
size 17010
|