Update app.py
Browse files
app.py
CHANGED
@@ -852,7 +852,7 @@ app.layout = html.Div([
|
|
852 |
html.Div([
|
853 |
html.H3("About"),
|
854 |
|
855 |
-
html.P([html.Strong("UGI:"), " Uncensored General Intelligence. A
|
856 |
|
857 |
html.P([html.Strong("W/10:"), " Willingness/10. A more narrow subset of the UGI questions, solely focused on measuring how far a model can be pushed before going against its instructions or refusing to answer."]),
|
858 |
|
|
|
852 |
html.Div([
|
853 |
html.H3("About"),
|
854 |
|
855 |
+
html.P([html.Strong("UGI:"), " Uncensored General Intelligence. A benchmark measuring both willingness to answer and accuracy in fact-based contentious questions. The test set is made of roughly 100 questions/tasks, covering topics that are commonly difficult to get LLMs to answer. The leaderboard's questions are kept private in order to avoid the common problem of not knowing if a model is intelligent or if it was just trained on the test questions."]),
|
856 |
|
857 |
html.P([html.Strong("W/10:"), " Willingness/10. A more narrow subset of the UGI questions, solely focused on measuring how far a model can be pushed before going against its instructions or refusing to answer."]),
|
858 |
|