Instructions to use jonglet/deitsmall_binar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonglet/deitsmall_binar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="jonglet/deitsmall_binar") 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("jonglet/deitsmall_binar") model = AutoModelForImageClassification.from_pretrained("jonglet/deitsmall_binar") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 86750573
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a403d006515dc1ac98191ffcbbadaa73091f4ae40e7ec160d828c37e5711acdb
|
| 3 |
size 86750573
|
runs/Jun06_19-14-12_03165f33db3f/events.out.tfevents.1686078861.03165f33db3f.17227.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:ffad1de22e80440c70c325aa78b0f2e4ef27b81eb1c96ec2c77861f1640b8585
|
| 3 |
+
size 6247
|