codelion's picture
Update README.md
49b0ae2 verified
|
raw
history blame
620 Bytes
metadata
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 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 to see how to use this model for classification.