Instructions to use nvidia/MambaVision-L3-512-21K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/MambaVision-L3-512-21K with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nvidia/MambaVision-L3-512-21K", trust_remote_code=True) pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("nvidia/MambaVision-L3-512-21K", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload mambavision_L3_21k_740m_512.pth.tar
Browse files
mambavision_L3_21k_740m_512.pth.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec27c273fc2a87d3a7d699d87f2d6ecc776107b43b410df47bd9dce769c1550b
|
| 3 |
+
size 8875666209
|