File size: 620 Bytes
3e2ee77 4e33629 49b0ae2 3e2ee77 4e33629 3e2ee77 4e33629 3e2ee77 ce1795a 3e2ee77 49b0ae2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
license: apache-2.0
base_model:
- google-bert/bert-large-uncased
datasets:
- codelion/optillm-router-dataset
---
# How to use?
This model is used in [optillm](https://github.com/codelion/optillm) to route between the various approaches based on the prompt.
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.
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. |