Image Classification
Transformers
PyTorch
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use fullstuck/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fullstuck/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fullstuck/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("fullstuck/image_classification") model = AutoModelForImageClassification.from_pretrained("fullstuck/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
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:e2cd6e7bac8ea77850b3dca7b6be6f4e33386ad1aca83dd45b573789099257be
|
| 3 |
size 343242432
|
runs/Feb16_16-01-44_13e690524ef8/events.out.tfevents.1708099313.13e690524ef8.4038.4
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:4c0a54d3ef2d131de9dec19bac376266f7f0a1c83b89dbbac5d4495817d228b7
|
| 3 |
+
size 7125
|