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") - Notebooks
- Google Colab
- Kaggle
Commit ·
0578707
1
Parent(s): 88c8645
Training in progress, epoch 0
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:5e838658029b935c4c10e9c5a2005a8a0e012df9966d172cd03d55c4a0684172
|
| 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:ce910bbf7c4c9240bd09024fe5edf49c616e77bc5de7a66736747c8a96156af4
|
| 3 |
+
size 8267
|
runs/Jun17_10-37-02_6136742a0014/events.out.tfevents.1686998226.6136742a0014.13396.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0ddca0dcad524d7068822294c5f23b06181dbd51b1c7834db09f63780250016
|
| 3 |
+
size 5313
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c73920f33862993415025cc8946adcda8fa57b4f0ad6b7631f9c8a50d6448b95
|
| 3 |
size 4027
|