Instructions to use facebook/convnextv2-large-22k-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/convnextv2-large-22k-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="facebook/convnextv2-large-22k-224") 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-large-22k-224") model = AutoModelForImageClassification.from_pretrained("facebook/convnextv2-large-22k-224", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Renaming *.grn.gamma -> *.grn.weight, *.grn.beta -> *.grn.bias and adding `safetensors` variant of this model (#3)
Browse files- Renaming *.grn.gamma -> *.grn.weight, *.grn.beta -> *.grn.bias and adding `safetensors` variant of this model (c26a136a7d111c323f1c331d05b7ceee851479e5)
Co-authored-by: Ross Wightman <rwightman@users.noreply.huggingface.co>
- model.safetensors +3 -0
- pytorch_model.bin +2 -2
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d797e01f9710e8c088137ceba47c9d634d129278f570c608e7f22d3a2d36521
|
| 3 |
+
size 791873696
|
pytorch_model.bin
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:b52971c5bf9b36b41b966030a75684ec93b83fc22f176599bcb5ce9758a0e5f9
|
| 3 |
+
size 791954938
|