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 ·
a186467
1
Parent(s): 36c3917
Training in progress, epoch 64
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:f77f10f449d69320dfe4bb1f0e908ad2036371207749bf919574a2d4335f4249
|
| 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:b7671fc3ceb93971a3b0016cac16f9554ec8f285873593f761fa45acbf77b543
|
| 3 |
+
size 41738
|