PeterKruger commited on
Commit
ebe4fb1
·
verified ·
1 Parent(s): e42e726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -853,7 +853,7 @@ def check_model_availability(models, token):
853
 
854
  # Streamlit UI
855
  st.title("AutoBench 1.0 Demo")
856
- st.write("A Many-Model-As-Judge system that will generate a customizable LLM benchmark. AutoBench 1.0 Demo is just a simple trial version for educational purposes. Please refer to the AutoBench 1.0 repository for any advanced use. \n\nChose the models you want to evaluate (at least 2). The models 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 recommended to avoid unresponsive models). Consult the README file for troubleshooting.")
857
 
858
  # Setup sidebar for configuration
859
  st.sidebar.header("Configuration")
 
853
 
854
  # Streamlit UI
855
  st.title("AutoBench 1.0 Demo")
856
+ st.write("A Collective-Model-As-Judge system that will generate a customizable LLM benchmark. AutoBench 1.0 Demo is just a simple trial version for educational purposes that implements the Hugging Face's Inference API. Please refer to the AutoBench 1.0 repository for any advanced use. \n\nChose the models you want to evaluate (at least 2). The models 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 recommended to avoid unresponsive models). Consult the README file for troubleshooting.")
857
 
858
  # Setup sidebar for configuration
859
  st.sidebar.header("Configuration")