English

Add library name, pipeline tag and project page link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,19 +1,20 @@
1
  ---
2
- license: apache-2.0
3
- datasets:
4
- - nics-efc/R2R_Router_Training
5
- - nics-efc/R2R_query
6
  language:
7
  - en
8
- metrics:
9
- - accuracy
10
- base_model:
11
- - deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
12
- - deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
 
 
 
13
  ---
14
 
15
- This is the default router from the paper [R2R: Efficiently Navigating Divergent Reasoning Paths with Small-Large Model Token Routing](https://arxiv.org/abs/2505.21600).
 
 
16
 
17
- Roads to Rome (R2R) is a neural token router that efficiently combines Large Language Models (LLMs) and Small Language Models (SLMs) by selectively routing only critical, reasoning-divergent tokens to the large model.
18
 
19
- Please visit our [GitHub repo](https://github.com/thu-nics/R2R) for more information.
 
1
  ---
 
 
 
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
+ task_categories:
6
+ - text-generation
7
+ tags:
8
+ - code
9
+ - math
10
+ - QA
11
+ - token-classification
12
  ---
13
 
14
+ This is the training and validation set used by the paper [R2R: Efficiently Navigating Divergent Reasoning Paths with Small-Large Model Token Routing](https://huggingface.co/papers/2505.21600). This dataset contains token-level routing labels generated to train a lightweight router that selectively uses a Large Language Model (LLM) for critical, path-divergent tokens during inference, improving efficiency without sacrificing accuracy.
15
+
16
+ Roads to Rome (R2R) is a neural token router that efficiently combines Large Language Models (LLMs) and Small Language Models (SLMs) by selectively routing only critical, reasoning-divergent tokens to the large model.
17
 
18
+ Please visit our [GitHub repo](https://github.com/thu-nics/R2R) for more information.
19
 
20
+ Project page: [https://fuvty.github.io/R2R_Project_Page/](https://fuvty.github.io/R2R_Project_Page/)