Add image-classification pipeline tag and fix github URL
Browse filesThis PR adds the `image-classification` pipeline tag to the model card metadata, improving discoverability on the Hugging Face Hub. This tag allows researchers searching for image classification models to easily find this model. This PR also fixes the github URL, so that people can immediately find the relevant files.
README.md
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- image-classification
|
4 |
- timm
|
5 |
library_tag: timm
|
6 |
-
|
7 |
-
library_name: timm
|
8 |
---
|
|
|
9 |
# LSNet: See Large, Focus Small
|
10 |
|
11 |
Paper: https://arxiv.org/abs/2503.23135
|
12 |
|
13 |
-
Code: https://github.com/
|
14 |
|
15 |
```bibtex
|
16 |
@misc{wang2025lsnetlargefocussmall,
|
|
|
1 |
---
|
2 |
+
library_name: timm
|
3 |
+
license: mit
|
4 |
tags:
|
5 |
- image-classification
|
6 |
- timm
|
7 |
library_tag: timm
|
8 |
+
pipeline_tag: image-classification
|
|
|
9 |
---
|
10 |
+
|
11 |
# LSNet: See Large, Focus Small
|
12 |
|
13 |
Paper: https://arxiv.org/abs/2503.23135
|
14 |
|
15 |
+
Code: https://github.com/jameslahm/lsnet
|
16 |
|
17 |
```bibtex
|
18 |
@misc{wang2025lsnetlargefocussmall,
|