We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My understanding is that the current implementation of llm-router supports only these models?
strong_model="gpt-4-1106-preview", weak_model="anyscale/mistralai/Mixtral-8x7B-Instruct-v0.1",
Is that correct? The routellm/calibrate_threshold.py is just reading this dataset: https://huggingface.co/datasets/routellm/lmsys-arena-human-preference-55k-thresholds
routellm/calibrate_threshold.py
How do I train a router to pick between these two models in Bedrock:
strong_model="meta.llama3-1-8b-instruct-v1:0", weak_model="meta.llama3-1-405b-instruct-v1:0",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My understanding is that the current implementation of llm-router supports only these models?
strong_model="gpt-4-1106-preview",
weak_model="anyscale/mistralai/Mixtral-8x7B-Instruct-v0.1",
Is that correct? The
routellm/calibrate_threshold.py
is just reading this dataset: https://huggingface.co/datasets/routellm/lmsys-arena-human-preference-55k-thresholdsHow do I train a router to pick between these two models in Bedrock:
strong_model="meta.llama3-1-8b-instruct-v1:0",
weak_model="meta.llama3-1-405b-instruct-v1:0",
The text was updated successfully, but these errors were encountered: