Spaces:
Running
Running
Changed abbr. CAT → CHAT and explanation of abbr. ML
Browse files- content.py +3 -3
- server.py +1 -1
content.py
CHANGED
@@ -35,9 +35,9 @@ LEADERBOARD_TAB_BELLOW_TABLE_MARKDOWN = """
|
|
35 |
|
36 |
| Abbr. | Description |
|
37 |
| ----- | ----------- |
|
38 |
-
| FAM
|
39 |
-
| ML
|
40 |
-
|
|
41 |
"""
|
42 |
|
43 |
LEADERBOARD_TAB_BELLOW_PLOT_MARKDOWN = """
|
|
|
35 |
|
36 |
| Abbr. | Description |
|
37 |
| ----- | ----------- |
|
38 |
+
| FAM | fewshot as multiturn |
|
39 |
+
| ML | max input length |
|
40 |
+
| CHAT | chat template |
|
41 |
"""
|
42 |
|
43 |
LEADERBOARD_TAB_BELLOW_PLOT_MARKDOWN = """
|
server.py
CHANGED
@@ -875,7 +875,7 @@ class LeaderboardServer:
|
|
875 |
"n-shot": "N-shot",
|
876 |
"fewshot_as_multiturn": "FAM",
|
877 |
"max_length": "ML",
|
878 |
-
"chat_template": "
|
879 |
}
|
880 |
first_attributes = [
|
881 |
"model",
|
|
|
875 |
"n-shot": "N-shot",
|
876 |
"fewshot_as_multiturn": "FAM",
|
877 |
"max_length": "ML",
|
878 |
+
"chat_template": "CHAT",
|
879 |
}
|
880 |
first_attributes = [
|
881 |
"model",
|