Update app.py
Browse files
app.py
CHANGED
|
@@ -909,7 +909,7 @@ app.layout = html.Div([
|
|
| 909 |
}),
|
| 910 |
html.Ul([
|
| 911 |
html.Li("Direct: Measures if the model directly refuses to respond to certain prompts"),
|
| 912 |
-
html.Li("Adherence: Some models might not explicitly refuse to do something, though will still deviate from the instructions as a way
|
| 913 |
], style={'marginTop': '0px', 'marginBottom': '16px', 'marginLeft': '40px'})
|
| 914 |
], style={'marginBottom': '16px'}),
|
| 915 |
|
|
|
|
| 909 |
}),
|
| 910 |
html.Ul([
|
| 911 |
html.Li("Direct: Measures if the model directly refuses to respond to certain prompts"),
|
| 912 |
+
html.Li("Adherence: Some models might not explicitly refuse to do something, though will still deviate from the instructions as a way of getting out of doing it, or simply due to lack of instruction following capabilities")
|
| 913 |
], style={'marginTop': '0px', 'marginBottom': '16px', 'marginLeft': '40px'})
|
| 914 |
], style={'marginBottom': '16px'}),
|
| 915 |
|