Instructions to use kjiwon1222/cat_dog_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kjiwon1222/cat_dog_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="kjiwon1222/cat_dog_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("kjiwon1222/cat_dog_classification_model") model = AutoModelForImageClassification.from_pretrained("kjiwon1222/cat_dog_classification_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
88c8645
1
Parent(s): 9dd0616
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343268717
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e37873de5ae7af95d1ec38ef08f80dedc9b8d52fc86127d96a43c49f79678b1f
|
| 3 |
size 343268717
|
runs/Jun17_08-46-35_6136742a0014/events.out.tfevents.1686991599.6136742a0014.13396.1
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:3fe66efc71893544bb5f305f167297a6d14453f98166c12b7fa8005929531e1d
|
| 3 |
+
size 7913
|