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 ·
3621bc7
1
Parent(s): 0cc433c
Training in progress, epoch 28
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:eb4bc6623935b7be0580c37c4255b9768ccfaa24a1b5f06ca5708c1d3b7e2707
|
| 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:83a5fe9f6775b9edac1011a07777ac596935d35534a408c2acfb635d38ef97d2
|
| 3 |
+
size 15638
|