Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use YoussefSaad/out with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YoussefSaad/out with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="YoussefSaad/out") 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("YoussefSaad/out") model = AutoModelForImageClassification.from_pretrained("YoussefSaad/out") - Notebooks
- Google Colab
- Kaggle
Commit ·
cae968b
1
Parent(s): a244dff
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343273137
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24af696ff3e2be2d841befc53712aa054cfe4ed0422fde14c3ca334fc9aa5879
|
| 3 |
size 343273137
|
runs/Oct24_17-05-36_6618be518976/events.out.tfevents.1666631145.6618be518976.7344.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:dfc57aa124bb43542ab293f19f9d97a1fe8cf9ee87fa597c8d49ee5acea25ce4
|
| 3 |
+
size 10682
|