Improve model card: Update pipeline tag, add library name, and GitHub link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,16 +1,19 @@
1
  ---
2
- license: afl-3.0
3
  base_model:
4
  - Qwen/Qwen2.5-1.5B-Instruct
5
- pipeline_tag: text-generation
 
6
  tags:
7
  - embedding
8
  - agent
9
  - search
 
10
  ---
11
 
12
  # Search-R3: Reasoning-Reinforced Representation for Search ([paper](https://arxiv.org/abs/2510.07048))
13
 
 
 
14
  <img src="./overview.png" width="512" />
15
 
16
  Welcome to Search-R3, our cool approach to making LLMs way better at search tasks by teaching them to embed after they think.
@@ -112,4 +115,4 @@ If you use Search-R3 in your research or applications, please cite our paper:
112
  primaryClass={cs.CL},
113
  url={https://arxiv.org/abs/2510.07048},
114
  }
115
- ```
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen2.5-1.5B-Instruct
4
+ license: afl-3.0
5
+ pipeline_tag: text-retrieval
6
  tags:
7
  - embedding
8
  - agent
9
  - search
10
+ library_name: transformers
11
  ---
12
 
13
  # Search-R3: Reasoning-Reinforced Representation for Search ([paper](https://arxiv.org/abs/2510.07048))
14
 
15
+ Code: https://github.com/ytgui/Search-R3
16
+
17
  <img src="./overview.png" width="512" />
18
 
19
  Welcome to Search-R3, our cool approach to making LLMs way better at search tasks by teaching them to embed after they think.
 
115
  primaryClass={cs.CL},
116
  url={https://arxiv.org/abs/2510.07048},
117
  }
118
+ ```