Instructions to use jimjakdiend/CNN_Mult with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jimjakdiend/CNN_Mult with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jimjakdiend/CNN_Mult") 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("jimjakdiend/CNN_Mult") model = AutoModelForImageClassification.from_pretrained("jimjakdiend/CNN_Mult") - Notebooks
- Google Colab
- Kaggle
Commit ·
36c3917
1
Parent(s): 7fde01e
Training in progress, epoch 62
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16265376
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4184640e58e6983636679b0e2ec48f9f7f6427eeeaa0d344b0f55fce09338726
|
| 3 |
size 16265376
|
runs/Jan05_06-56-33_74b28714b2bf/events.out.tfevents.1704437797.74b28714b2bf.3707.3
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:26cb5b4cf37b8da21eca2dc69fb6ba4e34e9e3840b7946169c81680b71294388
|
| 3 |
+
size 41165
|