Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Dimasnoufal/image_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dimasnoufal/image_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Dimasnoufal/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("Dimasnoufal/image_classification") model = AutoModelForImageClassification.from_pretrained("Dimasnoufal/image_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
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:10ae92d16877a8d2dc047dbcdf133ad7337f3a4dd5660215e12afa438884d463
|
| 3 |
size 343242432
|
runs/Feb09_12-51-19_d4057315a0e6/events.out.tfevents.1707483085.d4057315a0e6.1062.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:b6a4a4195b2cd1f53c8dca9207c7a13272472e3556f3341ea55948d2857da2da
|
| 3 |
+
size 7437
|