Instructions to use nvidia/MambaVision-L3-256-21K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/MambaVision-L3-256-21K with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nvidia/MambaVision-L3-256-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-256-21K", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload mambavision_L3_21k_740m_256.pth.tar
Browse files
mambavision_L3_21k_740m_256.pth.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae2d3dc85bdcd283c39effe34726d89211438c0aa71ab3db59de63834e602732
|
| 3 |
+
size 8875666337
|