rzanoli commited on
Commit
9ef3794
·
1 Parent(s): 07ad260

Update figure captions with minor wording changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ def boxplot_per_task(dataframe=None, baselines=None, references=None):
201
  text=(
202
  "In tasks like TE and SA, models approach the accuracy of supervised <br>"
203
  "models at EVALITA (dashed black line); in NER and REL they remain lower. <br>"
204
- "Dashed red lines indicate GPT-4o results on generative tasks."
205
  ),
206
  xref="paper", yref="paper",
207
  x=0.5, y=-0.30,
 
201
  text=(
202
  "In tasks like TE and SA, models approach the accuracy of supervised <br>"
203
  "models at EVALITA (dashed black line); in NER and REL they remain lower. <br>"
204
+ "Dashed red lines show GPT-4o reference results for generative tasks."
205
  ),
206
  xref="paper", yref="paper",
207
  x=0.5, y=-0.30,