Spaces:
Running
Running
Update app.py
Browse files
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
|
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")
|