Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -199,6 +199,12 @@ Composite reward for cost-aware routing (GraphRouter-style):
|
|
| 199 |
```
|
| 200 |
reward = α · norm(performance) − β · norm(price_cost)
|
| 201 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
|
| 203 |
## Notes
|
| 204 |
|
|
|
|
| 199 |
```
|
| 200 |
reward = α · norm(performance) − β · norm(price_cost)
|
| 201 |
```
|
| 202 |
+
## 💻 Code
|
| 203 |
+
|
| 204 |
+
The official implementation of **LLMRouter**, including router implementations, training and evaluation pipelines, and utilities for working with **xRouteBench**, is available on GitHub:
|
| 205 |
+
|
| 206 |
+
👉 **[ulab-uiuc/LLMRouter](https://github.com/ulab-uiuc/LLMRouter)**
|
| 207 |
+
|
| 208 |
|
| 209 |
## Notes
|
| 210 |
|