PeterKruger commited on
Commit
a07d76f
·
verified ·
1 Parent(s): 9bfeb9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -850,7 +850,7 @@ def check_model_availability(models, token):
850
 
851
  # Streamlit UI
852
  st.title("AutoBench 1.0 Lite")
853
- st.write("A Many-Model-As-Judge system to generate a customizable LLM benchmark.\nChose the models you want to evaluate (at least 2) and they will rank each other against the selected topics. But first check if models are available (this will depend on your Hugging face account. Premium is strongly recomended)")
854
 
855
  # Setup sidebar for configuration
856
  st.sidebar.header("Configuration")
 
850
 
851
  # Streamlit UI
852
  st.title("AutoBench 1.0 Lite")
853
+ st.write("A Many-Model-As-Judge system that will generate a customizable LLM benchmark (Lite is just a simple trial version).\nChose the models you want to evaluate (at least 2) and they will rank each other against the selected topics. But, first, check if models are available (this will depend on your Hugging face account. Premium is strongly recomended to avoid unresponsive models)")
854
 
855
  # Setup sidebar for configuration
856
  st.sidebar.header("Configuration")