ahatamiz nielsr HF Staff commited on
Commit
b1de77e
·
verified ·
1 Parent(s): 2fc86ac

Improve model card: Add library_name, pipeline tag, tags, and HF paper link (#2)

Browse files

- Improve model card: Add library_name, pipeline tag, tags, and HF paper link (3d3390007fd133f4f256e89856cad9676fedf4d5)


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

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