Instructions to use kraftman1/image_ecommerce_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kraftman1/image_ecommerce_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="kraftman1/image_ecommerce_classifier") 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("kraftman1/image_ecommerce_classifier") model = AutoModelForImageClassification.from_pretrained("kraftman1/image_ecommerce_classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343345581
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b315d3917af03eec78d7ce5a2a796b31342d93f6b4cecc22b72eb6e33e0423fd
|
| 3 |
size 343345581
|
runs/Apr12_02-11-02_eeaca006682b/events.out.tfevents.1681265473.eeaca006682b.154.0
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:b6101d291f04f9a3cad42d04bb97718182677ac26c4a63598cdac9c21bc5c2c1
|
| 3 |
+
size 18717
|