Instructions to use davanstrien/convnext-small-224-leicester_binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davanstrien/convnext-small-224-leicester_binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="davanstrien/convnext-small-224-leicester_binary") 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("davanstrien/convnext-small-224-leicester_binary") model = AutoModelForImageClassification.from_pretrained("davanstrien/convnext-small-224-leicester_binary") - Notebooks
- Google Colab
- Kaggle
Commit ·
eccf6da
1
Parent(s): 2a7e2e0
Training in progress, epoch 13
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 197940881
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12b278434f465ae4f564a23a4acb5541e4df8e5610432ce234e002327f217de2
|
| 3 |
size 197940881
|
runs/Dec06_19-59-00_49793c51f922/events.out.tfevents.1670356850.49793c51f922.371.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:b6b659d1c804b3f2732f861fb874857ede1dc08505c1cbe53ad143017a78b792
|
| 3 |
+
size 9352
|