lm-sys / FastChat

An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
Apache License 2.0
35.53k stars 4.36k forks source link

FastChat Code base help #3381

Open Saikumarcloudangles opened 3 weeks ago

Saikumarcloudangles commented 3 weeks ago

Hello lm-sys team, I was looking through the code base of Fastchat for Chatbot arena code but I Couldn't find it. I am specifically interested on the model selection when user asks a question. I have gone through your Research Paper to Understand your Elo Rankings and Active sampling of Model Selection.

It want to explore the LLM Selection using active sampling and how you are doing it. It would be helpful if you can give more explanation or insights on it.