Add library name, pipeline tag and project page link
Browse filesThis PR adds the `library_name` for easy inference, ensures the model can be found using the `text-generation` pipeline tag, and adds the project page for this model.
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 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
-
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
-
This is the
|
|
|
|
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
|
|
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/)
|