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 ·
36ef984
1
Parent(s): 86f220b
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:3484bd6856a7502f2997e206f449b5deb1658a5a35ed737b5fc49ac92a812781
|
| 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:a36296adf0047adb612cc19e1a56d874dd8141622bb7d057460b0ecbdb98faf5
|
| 3 |
+
size 18895
|