codelion commited on
Commit
49b0ae2
1 Parent(s): 1c59aac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  base_model:
4
  - google-bert/bert-large-uncased
 
 
5
  ---
6
 
7
  # How to use?
@@ -10,4 +12,4 @@ This model is used in [optillm](https://github.com/codelion/optillm) to route be
10
 
11
  To use the model with optillm you can just prepend `router` to the model name. E.g. if we set `router-gpt-4o-mini` as the model, it will use the `gpt-4o-mini` as the base model.
12
 
13
- Otherwise, refer to the code in [router-plugin](https://github.com/codelion/optillm/blob/main/optillm/plugins/router_plugin.py) to see how to use this model for classification.
 
2
  license: apache-2.0
3
  base_model:
4
  - google-bert/bert-large-uncased
5
+ datasets:
6
+ - codelion/optillm-router-dataset
7
  ---
8
 
9
  # How to use?
 
12
 
13
  To use the model with optillm you can just prepend `router` to the model name. E.g. if we set `router-gpt-4o-mini` as the model, it will use the `gpt-4o-mini` as the base model.
14
 
15
+ Otherwise, refer to the code in [router-plugin](https://github.com/codelion/optillm/blob/main/optillm/plugins/router_plugin.py) to see how to use this model for classification.