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 2000
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:aa99d48128fc1e8c13974d4cc7a9da339a7481362910a3c28ad4284f86da7bcf
|
| 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:54669bffc9ad8508b091b83eb0dc71a1867e83fbc074448ee740eb452100c7cc
|
| 3 |
+
size 5916
|