Add image-classification pipeline tag

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
 
 
2
  tags:
3
  - image-classification
4
  - timm
5
  library_tag: timm
6
- license: mit
7
- library_name: timm
8
  ---
 
9
  # LSNet: See Large, Focus Small
10
 
11
  Paper: https://arxiv.org/abs/2503.23135
@@ -14,12 +16,12 @@ Code: https://github.com/THU-MIG/lsnet
14
 
15
  ```bibtex
16
  @misc{wang2025lsnetlargefocussmall,
17
- title={LSNet: See Large, Focus Small},
18
  author={Ao Wang and Hui Chen and Zijia Lin and Jungong Han and Guiguang Ding},
19
  year={2025},
20
  eprint={2503.23135},
21
  archivePrefix={arXiv},
22
  primaryClass={cs.CV},
23
- url={https://arxiv.org/abs/2503.23135},
24
  }
25
  ```
 
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
 
16
 
17
  ```bibtex
18
  @misc{wang2025lsnetlargefocussmall,
19
+ title={LSNet: See Large, Focus Small},
20
  author={Ao Wang and Hui Chen and Zijia Lin and Jungong Han and Guiguang Ding},
21
  year={2025},
22
  eprint={2503.23135},
23
  archivePrefix={arXiv},
24
  primaryClass={cs.CV},
25
+ url={https://arxiv.org/abs/2503.23135},
26
  }
27
  ```