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 ·
92e58d2
1
Parent(s): fae72f4
Training in progress, epoch 69
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:cfbc390d6b21cb0a1bfee75eeaa0a84b55936aa7c8239a7eb2b82b2b1f2265ca
|
| 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:21b482f9a073c1ffea8bbde9e0ca2152cc3bb8ba85af2d126da19483fda57db0
|
| 3 |
+
size 45176
|