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 ·
6fb3d6f
1
Parent(s): 8bbe8ab
Training in progress, epoch 60
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:fd25f70062f0750b07656ca2926d704d5e8fcf5e19eddd3f734e0fd6b1f369b6
|
| 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:6e8ce8d37a12ca1b04cedeb433f73b9375e9bd927b8609283ac47083120e64f3
|
| 3 |
+
size 40019
|