Text Classification
Scikit-learn
Joblib
English
llm-routing
model-selection
budget-optimization
nearest-neighbor
Instructions to use JiaqiXue/R2-Router-RouterArena with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use JiaqiXue/R2-Router-RouterArena with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("JiaqiXue/R2-Router-RouterArena", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
docs: embed leaderboard screenshot in README
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ pipeline_tag: text-classification
|
|
| 19 |
|
| 20 |
## RouterArena Performance
|
| 21 |
|
|
|
|
|
|
|
| 22 |
Official leaderboard results on 8,400 queries:
|
| 23 |
|
| 24 |
| Metric | Value |
|
|
|
|
| 19 |
|
| 20 |
## RouterArena Performance
|
| 21 |
|
| 22 |
+

|
| 23 |
+
|
| 24 |
Official leaderboard results on 8,400 queries:
|
| 25 |
|
| 26 |
| Metric | Value |
|