codelion commited on
Commit
ec5143a
·
verified ·
1 Parent(s): 358fa63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -11,6 +11,7 @@ language:
11
  - en
12
  metrics:
13
  - accuracy
 
14
  ---
15
 
16
  # Chayan: Multi-Model LLM Router
@@ -151,12 +152,12 @@ predictions = router.predict(augmented, k=4)
151
  ## Citation
152
 
153
  ```bibtex
154
- @software{chayan_router_2025,
155
- title = {Chayan: Calibrated Multi-Model LLM Router},
156
- author = {Adaptive Classifier Team},
157
  year = {2025},
158
- url = {https://huggingface.co/adaptive-classifier/chayan},
159
- note = {SOTA LLM router: 88.7\% optimal accuracy on RouterArena}
160
  }
161
  ```
162
 
@@ -164,8 +165,4 @@ predictions = router.predict(augmented, k=4)
164
 
165
  - **Library**: https://github.com/codelion/adaptive-classifier
166
  - **RouterArena**: https://routeworks.github.io/
167
- - **RouterArena Paper**: https://arxiv.org/abs/2510.00202
168
-
169
- ## License
170
-
171
- MIT License
 
11
  - en
12
  metrics:
13
  - accuracy
14
+ license: apache-2.0
15
  ---
16
 
17
  # Chayan: Multi-Model LLM Router
 
152
  ## Citation
153
 
154
  ```bibtex
155
+ @software{adaptive_classifier,
156
+ title = {Adaptive Classifier: Dynamic Text Classification with Continuous Learning},
157
+ author = {Sharma, Asankhaya},
158
  year = {2025},
159
+ publisher = {GitHub},
160
+ url = {https://github.com/codelion/adaptive-classifier}
161
  }
162
  ```
163
 
 
165
 
166
  - **Library**: https://github.com/codelion/adaptive-classifier
167
  - **RouterArena**: https://routeworks.github.io/
168
+ - **RouterArena Paper**: https://arxiv.org/abs/2510.00202