Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Yudsky/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yudsky/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Yudsky/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("Yudsky/image_classification") model = AutoModelForImageClassification.from_pretrained("Yudsky/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee46f51c66f786e62ebd2f3c82f7895d17ddb3a79184c54bace90f3ecb7b21bd
|
| 3 |
size 343242432
|
runs/Sep06_14-15-07_0f6a57d125fc/events.out.tfevents.1725632441.0f6a57d125fc.1806.13
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96cd281bfde94d844ffc67f58f81d999a20cb4e01e703ef2575dd0caefc7fef7
|
| 3 |
+
size 411
|
runs/Sep06_14-21-10_0f6a57d125fc/events.out.tfevents.1725632482.0f6a57d125fc.1806.14
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8da6275e16063daf8552ce0ffb2e2d34fe1c5d8e13eb220efe02a49079a48426
|
| 3 |
+
size 5984
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b61e79d8635d36dc4f09fcd517ba18d02f9d8896702aeabcac2c3bcd5b5008e
|
| 3 |
size 5240
|