Instructions to use Dugerij/dummy_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dugerij/dummy_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Dugerij/dummy_classification_model") 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("Dugerij/dummy_classification_model") model = AutoModelForImageClassification.from_pretrained("Dugerij/dummy_classification_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343223968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffa465389a56bb2a512fb0cfef7b42d0501c55fbcce8c46a874bfb6e8e6920a8
|
| 3 |
size 343223968
|
runs/Apr28_17-53-29_270752f1e90d/events.out.tfevents.1745862971.270752f1e90d.96.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:788d508489a773d9609da5f86d749db143258d484169914edc266159be2bf166
|
| 3 |
+
size 6127
|