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 ·
8f64fd7
1
Parent(s): 2df98dc
Training in progress, epoch 5
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:095d3cf74b87ccd17038553ec77b7b902d85cb968197dc18f86e7a857fdbe0cd
|
| 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:32e2adf00d5f730774e9031248c83d64738db69bffb03a73b40ffa7d2c059890
|
| 3 |
+
size 15125
|