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
End of training
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:756cf56f10275e729287e9e3ed8b29575c326ddbe7f16d0129736e56dbd684d8
|
| 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:9d44691290a2b3880260907866521cb7619114d644902e3f9fc76a670b21ac29
|
| 3 |
+
size 7812
|
runs/Sep14_16-21-07_1905d9e6421f/events.out.tfevents.1694724121.1905d9e6421f.193.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd671afbe799f652072752943a805f831d6fb6ee2cc1f45f52d9fa830a51d9c6
|
| 3 |
+
size 411
|