Small changes
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def boxplot_prompts_per_task(dataframe, tasks=None):
|
|
| 194 |
fig.update_layout(
|
| 195 |
title="Average Prompt Accuracy vs Best Prompt Accuracy per Task",
|
| 196 |
xaxis_title="Task",
|
| 197 |
-
yaxis_title="
|
| 198 |
barmode='group',
|
| 199 |
template="plotly_white",
|
| 200 |
font=dict(family="Arial", size=13),
|
|
@@ -254,7 +254,7 @@ def line_chart(dataframe):
|
|
| 254 |
fig.update_layout(
|
| 255 |
title="Avg. Combined Performance vs #Params",
|
| 256 |
xaxis_title="#Params (B)",
|
| 257 |
-
yaxis_title="
|
| 258 |
template="plotly_white",
|
| 259 |
hovermode="closest",
|
| 260 |
dragmode=False
|
|
|
|
| 194 |
fig.update_layout(
|
| 195 |
title="Average Prompt Accuracy vs Best Prompt Accuracy per Task",
|
| 196 |
xaxis_title="Task",
|
| 197 |
+
yaxis_title="Combined Performance",
|
| 198 |
barmode='group',
|
| 199 |
template="plotly_white",
|
| 200 |
font=dict(family="Arial", size=13),
|
|
|
|
| 254 |
fig.update_layout(
|
| 255 |
title="Avg. Combined Performance vs #Params",
|
| 256 |
xaxis_title="#Params (B)",
|
| 257 |
+
yaxis_title="Combined Performance",
|
| 258 |
template="plotly_white",
|
| 259 |
hovermode="closest",
|
| 260 |
dragmode=False
|