Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use kamilersz/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kamilersz/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="kamilersz/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("kamilersz/image_classification") model = AutoModelForImageClassification.from_pretrained("kamilersz/image_classification") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Sep18_10-41-13_ae5d17a654f9/events.out.tfevents.1695034015.ae5d17a654f9.6184.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:573e280dafc978b7615b7a9d3d178e96b057019302685b0f44f5315113d72e31
|
| 3 |
+
size 5544
|
runs/Sep18_10-41-13_ae5d17a654f9/events.out.tfevents.1695038654.ae5d17a654f9.6184.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ae7200c7681584488d3a34893b8bad2b989b42a4ede478770f17ba85ccb8c99
|
| 3 |
+
size 405
|