Add pipeline tag and library name

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
- license: apache-2.0
 
3
  language:
4
  - en
 
5
  metrics:
6
  - trec_eval
7
- base_model:
8
- - Qwen/Qwen2.5-7B-Instruct
9
  ---
10
- This is a reasoning reranking agent model built upon Qwen-2.5-7B for the paper [REARANK: Reasoning Re-ranking Agent via Reinforcement Learning](arxiv.org/abs/2505.20046). The model is trained on [reranking dataset](https://huggingface.co/datasets/le723z/rearank_12k) built from only 179 queries using GRPO to perform reranking task, the codebase is at https://github.com/lezhang7/Rearank
11
-
12
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b423e5df91da9ceafe40a/-gxwZPWs-AdxunM5wl7Wg.png)
13
 
 
14
 
15
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b423e5df91da9ceafe40a/PvYue0TOB8ClcV0u0oxeS.png)
16
 
 
 
1
  ---
2
+ base_model:
3
+ - Qwen/Qwen2.5-7B-Instruct
4
  language:
5
  - en
6
+ license: apache-2.0
7
  metrics:
8
  - trec_eval
9
+ library_name: transformers
10
+ pipeline_tag: text-ranking
11
  ---
 
 
 
12
 
13
+ This is a reasoning reranking agent model built upon Qwen-2.5-7B for the paper [REARANK: Reasoning Re-ranking Agent via Reinforcement Learning](https://huggingface.co/papers/2505.20046). The model is trained on [reranking dataset](https://huggingface.co/datasets/le723z/rearank_12k) built from only 179 queries using GRPO to perform reranking task, the codebase is at https://github.com/lezhang7/Rearank
14
 
15
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b423e5df91da9ceafe40a/-gxwZPWs-AdxunM5wl7Wg.png)
16
 
17
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b423e5df91da9ceafe40a/PvYue0TOB8ClcV0u0oxeS.png)