Small changes
Browse files
app.py
CHANGED
|
@@ -86,6 +86,7 @@ def barplot_mean_few_minus_zero_shot(dataframe, tasks=None):
|
|
| 86 |
)])
|
| 87 |
|
| 88 |
# Linea di riferimento a 0
|
|
|
|
| 89 |
fig.add_shape(
|
| 90 |
type="line",
|
| 91 |
x0=-0.5, x1=len(task_means) - 0.5,
|
|
@@ -93,6 +94,7 @@ def barplot_mean_few_minus_zero_shot(dataframe, tasks=None):
|
|
| 93 |
line=dict(color="black", width=2, dash="dash"),
|
| 94 |
xref="x", yref="y"
|
| 95 |
)
|
|
|
|
| 96 |
|
| 97 |
fig.update_layout(
|
| 98 |
title="Mean Accuracy Difference (Few-shot − Zero-shot) per Task",
|
|
|
|
| 86 |
)])
|
| 87 |
|
| 88 |
# Linea di riferimento a 0
|
| 89 |
+
'''
|
| 90 |
fig.add_shape(
|
| 91 |
type="line",
|
| 92 |
x0=-0.5, x1=len(task_means) - 0.5,
|
|
|
|
| 94 |
line=dict(color="black", width=2, dash="dash"),
|
| 95 |
xref="x", yref="y"
|
| 96 |
)
|
| 97 |
+
'''
|
| 98 |
|
| 99 |
fig.update_layout(
|
| 100 |
title="Mean Accuracy Difference (Few-shot − Zero-shot) per Task",
|