Improve model card: Add library_name, pipeline tag, tags, and HF paper link

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,14 +1,16 @@
1
  ---
 
 
2
  license: other
3
  license_name: nvclv1
4
  license_link: LICENSE
5
- datasets:
6
- - ILSVRC/imagenet-1k
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
14
 
 
1
  ---
2
+ datasets:
3
+ - ILSVRC/imagenet-1k
4
  license: other
5
  license_name: nvclv1
6
  license_link: LICENSE
7
+ library_name: transformers
8
+ pipeline_tag: image-classification
9
+ tags:
10
+ - image-feature-extraction
11
  ---
12
 
13
+ [**MambaVision: A Hybrid Mamba-Transformer Vision Backbone**](https://huggingface.co/papers/2407.08083)
 
14
 
15
  ## Model Overview
16