Add pipeline tag, paper, and code links
Browse filesThis PR improves the model card by:
- Adding the `pipeline_tag: image-classification`, which will make the model discoverable at https://huggingface.co/models?pipeline_tag=image-classification.
- Adding a link to the paper: [DART: Differentiable Dynamic Adaptive Region Tokenizer for Vision Transformer and Mamba](https://huggingface.co/papers/2506.10390).
- Adding a link to the official GitHub repository: https://github.com/HCPLab-SYSU/DART.
Please review these changes.
README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-classification
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This repository contains models described in the paper [DART: Differentiable Dynamic Adaptive Region Tokenizer for Vision Transformer and Mamba](https://huggingface.co/papers/2506.10390).
|
| 7 |
+
|
| 8 |
+
Code: https://github.com/HCPLab-SYSU/DART
|