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 ·
8f06e06
1
Parent(s): eccf6da
Training in progress, epoch 16
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:ef82af1a010ddda8aa085f9bc38dca451809bb7c4e8171c8f513405d1af89315
|
| 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:e82c123244510c40c8bdfa958cfe1a4967f9338461dde989e91c67f5ba171fe4
|
| 3 |
+
size 10593
|