Spaces:
Running
Running
Update app.py
Browse files
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 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
|
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 more details.")
|
857 |
|
858 |
# Setup sidebar for configuration
|
859 |
st.sidebar.header("Configuration")
|