Spaces:
Sleeping
Sleeping
XufengDuan
commited on
Commit
•
075b0da
1
Parent(s):
1838e93
update scripts
Browse files- src/display/utils.py +3 -2
src/display/utils.py
CHANGED
@@ -24,8 +24,9 @@ class ColumnContent:
|
|
24 |
## Leaderboard columns
|
25 |
auto_eval_column_dict = []
|
26 |
# Init
|
27 |
-
auto_eval_column_dict.append(["model_type_symbol", ColumnContent,
|
28 |
-
|
|
|
29 |
auto_eval_column_dict.append(["model", ColumnContent,
|
30 |
ColumnContent("Model", "markdown", True, never_hidden=True)])
|
31 |
for task in Tasks:
|
|
|
24 |
## Leaderboard columns
|
25 |
auto_eval_column_dict = []
|
26 |
# Init
|
27 |
+
# auto_eval_column_dict.append(["model_type_symbol", ColumnContent,
|
28 |
+
# ColumnContent("T", "str", True, never_hidden=True)])
|
29 |
+
|
30 |
auto_eval_column_dict.append(["model", ColumnContent,
|
31 |
ColumnContent("Model", "markdown", True, never_hidden=True)])
|
32 |
for task in Tasks:
|