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 ·
362a7c8
1
Parent(s): 27ae2fa
Training in progress, epoch 22
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:ecd72f227dc465d0215cbc5b70c6434d74409a68d355da78b1d117c9335fb74c
|
| 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:f7b43c1a516b14ac81bda8f21e84579fe47e43d23e776c1d6c3619ad4283e1be
|
| 3 |
+
size 13108
|