Update app.py
Browse files
app.py
CHANGED
|
@@ -739,6 +739,8 @@ app.layout = html.Div([
|
|
| 739 |
|
| 740 |
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."]),
|
| 741 |
|
|
|
|
|
|
|
| 742 |
html.P([html.Strong("NatInt:"), " Natural Intelligence. A common knowledge quiz covering real-world topics like pop culture trivia. Measures if the model understands a diverse range of topics, as opposed to mainly focusing on textbook information and the types of questions commonly tested on benchmarks."]),
|
| 743 |
|
| 744 |
html.P([html.Strong("Coding:"), " A simple 50 question quiz measuring how vast a model's programming knowledge is. Each question is worth 2 points."]),
|
|
@@ -774,8 +776,6 @@ app.layout = html.Div([
|
|
| 774 |
|
| 775 |
html.Br(),
|
| 776 |
|
| 777 |
-
html.P("A high UGI but low W/10 could mean for example that the model can provide a lot of accurate sensitive information, but will refuse to form the information into something it sees as offensive or against its rules."),
|
| 778 |
-
|
| 779 |
html.P("All local models are tested using Q6_K.gguf quants.")
|
| 780 |
], style={
|
| 781 |
'maxWidth': '1200px',
|
|
|
|
| 739 |
|
| 740 |
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."]),
|
| 741 |
|
| 742 |
+
html.P("A high UGI but low W/10 could mean for example that the model can provide a lot of accurate sensitive information, but will refuse to form the information into something it sees as offensive or against its rules."),
|
| 743 |
+
|
| 744 |
html.P([html.Strong("NatInt:"), " Natural Intelligence. A common knowledge quiz covering real-world topics like pop culture trivia. Measures if the model understands a diverse range of topics, as opposed to mainly focusing on textbook information and the types of questions commonly tested on benchmarks."]),
|
| 745 |
|
| 746 |
html.P([html.Strong("Coding:"), " A simple 50 question quiz measuring how vast a model's programming knowledge is. Each question is worth 2 points."]),
|
|
|
|
| 776 |
|
| 777 |
html.Br(),
|
| 778 |
|
|
|
|
|
|
|
| 779 |
html.P("All local models are tested using Q6_K.gguf quants.")
|
| 780 |
], style={
|
| 781 |
'maxWidth': '1200px',
|