nxphi47 commited on
Commit
e82496b
1 Parent(s): f38f5d9

Update performance_plot.py

Browse files
Files changed (1) hide show
  1. performance_plot.py +1 -3
performance_plot.py CHANGED
@@ -20,11 +20,9 @@ PERFORMANCE_FILENAME = str(os.environ.get("PERFORMANCE_FILENAME", "gpt4_single_j
20
 
21
  rename_map = {
22
  "seallm13b10L6k_a_5a1R1_seaall_sft4x_1_5a1_r2_0_dpo_8_40000s": "SeaLLM-13b",
23
- # "seallm13b10L4k_a_sft4xdpo_5a": "SeaLLM-13b-10L",
24
- "polylm": "PolyLM-13b",
25
  "qwen": "Qwen-14b",
26
  "gpt-3.5-turbo": "GPT-3.5-turbo",
27
- "gpt-4-1106-preview": "GPT-4-turbo",
28
  }
29
  CATEGORIES = [ "task-solving", "math-reasoning", "general-instruction", "natural-question", "safety", ]
30
 
 
20
 
21
  rename_map = {
22
  "seallm13b10L6k_a_5a1R1_seaall_sft4x_1_5a1_r2_0_dpo_8_40000s": "SeaLLM-13b",
23
+ = "polylm": "PolyLM-13b",
 
24
  "qwen": "Qwen-14b",
25
  "gpt-3.5-turbo": "GPT-3.5-turbo",
 
26
  }
27
  CATEGORIES = [ "task-solving", "math-reasoning", "general-instruction", "natural-question", "safety", ]
28