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]>
README.md
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
3 |
license_name: nvclv1
|
4 |
license_link: LICENSE
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
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 |
|