Update app.py
Browse files
app.py
CHANGED
|
@@ -1171,7 +1171,7 @@ app.layout = html.Div([
|
|
| 1171 |
html.Li([html.Strong("W/10 👍 (Willingness/10):"), " A component of the UGI score that measures how far a model can be pushed before it refuses to answer or deviates from instructions."]),
|
| 1172 |
html.Ul([
|
| 1173 |
html.Li([html.Strong("W/10-Direct:"), " Measures if the model directly refuses to respond to certain prompts."]),
|
| 1174 |
-
html.Li([html.Strong("W/10-Adherence:"), " Measures if a model deviates from instructions, which can be a form of refusal or a
|
| 1175 |
], style={'listStyleType': 'circle', 'marginLeft': '20px'}),
|
| 1176 |
], style={'marginTop': '5px', 'marginLeft': '40px'})
|
| 1177 |
], open=True),
|
|
|
|
| 1171 |
html.Li([html.Strong("W/10 👍 (Willingness/10):"), " A component of the UGI score that measures how far a model can be pushed before it refuses to answer or deviates from instructions."]),
|
| 1172 |
html.Ul([
|
| 1173 |
html.Li([html.Strong("W/10-Direct:"), " Measures if the model directly refuses to respond to certain prompts."]),
|
| 1174 |
+
html.Li([html.Strong("W/10-Adherence:"), " Measures if a model deviates from instructions, which can be a form of refusal or a lack of instruction following capabilities."]),
|
| 1175 |
], style={'listStyleType': 'circle', 'marginLeft': '20px'}),
|
| 1176 |
], style={'marginTop': '5px', 'marginLeft': '40px'})
|
| 1177 |
], open=True),
|