Jimin Huang
commited on
Commit
·
0098fa3
1
Parent(s):
06d8891
feat: modify leaderboard
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ TASK1_COLS = [
|
|
10 |
("Acc", "number"),
|
11 |
("F1", "number"),
|
12 |
("MCC", "number"),
|
13 |
-
("
|
14 |
]
|
15 |
|
16 |
TASK2_COLS = [
|
@@ -20,7 +20,7 @@ TASK2_COLS = [
|
|
20 |
("Rouge-L", "number"),
|
21 |
("BertScore", "number"),
|
22 |
("BartScore", "number"),
|
23 |
-
("
|
24 |
]
|
25 |
|
26 |
TASK3_COLS = [
|
|
|
10 |
("Acc", "number"),
|
11 |
("F1", "number"),
|
12 |
("MCC", "number"),
|
13 |
+
("DLT", "number"),
|
14 |
]
|
15 |
|
16 |
TASK2_COLS = [
|
|
|
20 |
("Rouge-L", "number"),
|
21 |
("BertScore", "number"),
|
22 |
("BartScore", "number"),
|
23 |
+
("DLT", "number"),
|
24 |
]
|
25 |
|
26 |
TASK3_COLS = [
|