rzanoli commited on
Commit
0a7c918
·
1 Parent(s): 9ef3794

Add the results of GPT-4o for summarization

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -224,7 +224,9 @@ BASELINES = {
224
  REFERENCES = {
225
  "NER": 79.11,
226
  "REL": 63.32,
227
- "LS": 59.25
 
 
228
  }
229
 
230
 
 
224
  REFERENCES = {
225
  "NER": 79.11,
226
  "REL": 63.32,
227
+ "LS": 59.25,
228
+ "SU": 33.04
229
+
230
  }
231
 
232