Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with GraInter:
|
|
185 |
)
|
186 |
|
187 |
gr.Markdown("""
|
188 |
-
**UGI:** Uncensored General Intelligence. A measurement of the amount of uncensored/controversial information an LLM knows. It is calculated from the average score of 5 subjects LLMs commonly refuse to talk about. The leaderboard is made of roughly 65 questions/tasks, measuring both
|
189 |
|
190 |
**W/10:** Willingness/10. A more narrow, 10-point score, measuring how far the model can be pushed before going against its instructions, refusing to answer, or adding an ethical disclaimer to its response.
|
191 |
<br><br>
|
|
|
185 |
)
|
186 |
|
187 |
gr.Markdown("""
|
188 |
+
**UGI:** Uncensored General Intelligence. A measurement of the amount of uncensored/controversial information an LLM knows and is willing to tell the user. It is calculated from the average score of 5 subjects LLMs commonly refuse to talk about. The leaderboard is made of roughly 65 questions/tasks, measuring both willingness to answer and accuracy in fact-based controversial questions. I'm choosing to keep the questions private so people can't train on them and devalue the leaderboard.
|
189 |
|
190 |
**W/10:** Willingness/10. A more narrow, 10-point score, measuring how far the model can be pushed before going against its instructions, refusing to answer, or adding an ethical disclaimer to its response.
|
191 |
<br><br>
|