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") - Notebooks
- Google Colab
- Kaggle
paul commited on
Commit ·
3cfb633
1
Parent(s): f0fca8a
Training in progress, epoch 7
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:997c868e1b0b60fabb1fdae800ca24cbacac33a015dfcd4321ce4447cfefb9ec
|
| 3 |
size 343282353
|
runs/Jan16_16-52-03_teesta/events.out.tfevents.1673868138.teesta.13849.0
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:a7be617a0599adcc55cabc1c9b0d7b51d3d76d1452525c954d9277ff017be527
|
| 3 |
+
size 44104
|