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 ·
2df98dc
1
Parent(s): fd6e229
Training in progress, epoch 4
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:2de2b484d141ab2ed2303b9059e3d492a23744cff5fd7ae952cc956df7007a58
|
| 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:63b8de446ca28119f68c7d2af34931294c37a0cf70300c061b2a6de96a7d8f78
|
| 3 |
+
size 13240
|