Instructions to use diegokauer/int-pet-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use diegokauer/int-pet-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="diegokauer/int-pet-classifier") 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("diegokauer/int-pet-classifier") model = AutoModelForImageClassification.from_pretrained("diegokauer/int-pet-classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
ea784ed
1
Parent(s): a67532a
Training in progress, epoch 36
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343239356
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d6f6db5174f34de2e5e6795f7b3beec77f7b8710319b75f71566030da03bbc6
|
| 3 |
size 343239356
|
runs/Jan03_19-03-51_c96e1e5ad27c/events.out.tfevents.1704308634.c96e1e5ad27c.98413.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:37108d06628332cf79ce980a9ca01c49026ae70d1722f5121661dffa2f44a897
|
| 3 |
+
size 256911
|