idolezal commited on
Commit
a8986db
·
1 Parent(s): b5033ee

Changed abbr. CAT → CHAT and explanation of abbr. ML

Browse files
Files changed (2) hide show
  1. content.py +3 -3
  2. server.py +1 -1
content.py CHANGED
@@ -35,9 +35,9 @@ LEADERBOARD_TAB_BELLOW_TABLE_MARKDOWN = """
35
 
36
  | Abbr. | Description |
37
  | ----- | ----------- |
38
- | FAM | fewshot as multiturn |
39
- | ML | max length |
40
- | CAT | chat template |
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": "CAT",
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",