nielsr HF Staff commited on
Commit
b65efbc
·
verified ·
1 Parent(s): 6fb47d7

Set pipeline tag to image-classification and add library name

Browse files

This PR sets the pipeline tag to `image-classification` and adds the `library_name: transformers` tag. The pipeline tag was incorrect, as this is primarily an image classification model. The library_name tag ensures the "how to use" button appears on the top right to provide inference code.

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,13 +1,13 @@
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
 
1
  ---
2
+ datasets:
3
+ - ILSVRC/imagenet-1k
4
  license: other
5
  license_name: nvclv1
6
  license_link: 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