Instructions to use facebook/convnextv2-nano-22k-384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/convnextv2-nano-22k-384 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="facebook/convnextv2-nano-22k-384") 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("facebook/convnextv2-nano-22k-384") model = AutoModelForImageClassification.from_pretrained("facebook/convnextv2-nano-22k-384", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6b2bdf8
1
Parent(s): 130821f
Add TF weights (#4)
Browse files- Add TF weights (34e4b7b01bb95b520be71a685649a43adf42d187)
Co-authored-by: neggles <neggles@users.noreply.huggingface.co>
- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2019a6ea7326d4735e895e4387d18678c3a1f1c469a646522e838a58ec5f6c0c
|
| 3 |
+
size 62685912
|