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

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

Browse files

This PR improves the model card by adding the relevant `library_name`, changing the primary pipeline tag to `image-classification` (and adding `image-feature-extraction` as a tag), and linking to the Hugging Face paper page. This should improve the model's visibility and make it easier for users to find and utilize it.

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