idolezal commited on
Commit
2e4d736
ยท
1 Parent(s): a8986db

Changed order of attr. in LB table

Browse files
Files changed (2) hide show
  1. content.py +1 -1
  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 input length |
40
  | CHAT | chat template |
 
41
  """
42
 
43
  LEADERBOARD_TAB_BELLOW_PLOT_MARKDOWN = """
 
35
 
36
  | Abbr. | Description |
37
  | ----- | ----------- |
 
38
  | ML | max input length |
39
  | CHAT | chat template |
40
+ | FAM | fewshot as multiturn |
41
  """
42
 
43
  LEADERBOARD_TAB_BELLOW_PLOT_MARKDOWN = """
server.py CHANGED
@@ -884,9 +884,9 @@ class LeaderboardServer:
884
  "model_type",
885
  "parameters",
886
  "n-shot",
887
- "fewshot_as_multiturn",
888
  "max_length",
889
  "chat_template",
 
890
  "average_score",
891
  ]
892
 
 
884
  "model_type",
885
  "parameters",
886
  "n-shot",
 
887
  "max_length",
888
  "chat_template",
889
+ "fewshot_as_multiturn",
890
  "average_score",
891
  ]
892