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 ·
3c42bb9
1
Parent(s): 728cbf7
Training in progress, epoch 72
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:1da669a0c334ad4aff603c999e91adb376f0768cecb5f0f3dd63319e60d56887
|
| 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:a02496589d5dacd367bfa46320612644cc8a2975c401152fd72d9dc9a411aa92
|
| 3 |
+
size 46895
|