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 10
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:cdb96f28344c71938e6220edc25ea39744d868012c98b7f3e25aee951e8d7b42
|
| 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:25da54e5a96cc1e16f9a71664fd32cc1ee5dcc2a871f8a0e709a61c5989ffe62
|
| 3 |
+
size 7458
|