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 3048
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:a03c1fdd55393c04910843436abde00b1c438ef2660f71166f468fa9a67f1334
|
| 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:c2096d10ebed3617d1d3a930e5f891c65d59fc6aa7958fcd9ef078fc1be1a11e
|
| 3 |
+
size 6692
|