Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Mangara01/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mangara01/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Mangara01/image_classification") 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("Mangara01/image_classification") model = AutoModelForImageClassification.from_pretrained("Mangara01/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343284397
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:285fe02ba5d08a941d9dff161ebe6ea9958df12e773b5ba2cc1e06760fd912ed
|
| 3 |
size 343284397
|
runs/Sep14_16-21-07_1905d9e6421f/events.out.tfevents.1694708584.1905d9e6421f.193.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:dc4652bab77d47d62435182f4201c1aaac4a654dda2d9b33068d6d2ef39fb553
|
| 3 |
+
size 7135
|