Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
demo-leaderboard-backend/leaderboard
evalitahf
/
evalita_llm_leaderboard
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rzanoli
commited on
26 days ago
Commit
0a7c918
·
1 Parent(s):
9ef3794
Add the results of GPT-4o for summarization
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -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