Instructions to use jimjakdiend/IC_CNN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jimjakdiend/IC_CNN with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jimjakdiend/IC_CNN") 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/IC_CNN") model = AutoModelForImageClassification.from_pretrained("jimjakdiend/IC_CNN") - Notebooks
- Google Colab
- Kaggle
Commit ·
f803129
1
Parent(s): 085649e
Training in progress, epoch 100
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16680524
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05c9a3f0727eb953269a87222d1ba39eab838c671b4936380b248c105f6766f2
|
| 3 |
size 16680524
|
runs/Jan04_16-32-13_041a588c516f/events.out.tfevents.1704385938.041a588c516f.281.2
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:0f77dcbb50970778d57ef0b1794e3b0c91ce2c2e07ff8eec523af6cd78e076ed
|
| 3 |
+
size 69568
|