Image Classification
Transformers
Safetensors
mambavision
custom_code
ahatamiz nielsr HF Staff commited on
Commit
4d2e718
·
verified ·
1 Parent(s): 46df308

Improve model card: Set pipeline tag, add library name, fix license link (#1)

Browse files

- Improve model card: Set pipeline tag, add library name, fix license link (bc8229c320d94d7ee350babfccfde2a217925409)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- license: other
3
- license_name: nvclv1
4
- license_link: LICENSE
5
  datasets:
6
  - ILSVRC/imagenet-21k
7
- pipeline_tag: image-feature-extraction
 
 
 
 
8
  ---
9
 
10
-
11
  [**MambaVision: A Hybrid Mamba-Transformer Vision Backbone**](https://arxiv.org/abs/2407.08083).
12
 
13
  ## Model Overview
 
1
  ---
 
 
 
2
  datasets:
3
  - ILSVRC/imagenet-21k
4
+ license: other
5
+ license_name: nvclv1
6
+ license_link: https://huggingface.co/nvidia/MambaVision-L2-512-21K/blob/main/LICENSE
7
+ pipeline_tag: image-classification
8
+ library_name: transformers
9
  ---
10
 
 
11
  [**MambaVision: A Hybrid Mamba-Transformer Vision Backbone**](https://arxiv.org/abs/2407.08083).
12
 
13
  ## Model Overview