nxphi47 commited on
Commit
c97b702
1 Parent(s): 3a73bbe

Update performance_plot.py

Browse files
Files changed (1) hide show
  1. performance_plot.py +1 -1
performance_plot.py CHANGED
@@ -20,7 +20,7 @@ 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
- = "polylm": "PolyLM-13b",
24
  "qwen": "Qwen-14b",
25
  "gpt-3.5-turbo": "GPT-3.5-turbo",
26
  }
 
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
  }