陈俊杰 commited on
Commit
79cd51c
·
1 Parent(s): b8d0318

update:1220

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -265,8 +265,8 @@ elif page == "LeaderBoard":
265
  "Spearman (Non-Factoid QA)": [],
266
  }
267
 
268
- TeamId = ["baseline", "baseline", "baseline", "baseline", 'ISLab', 'ISLab', 'ISLab', 'ISLab', 'default5_llm']
269
- Methods = ["chatglm3-6b", "baichuan2-13b", "chatglm-pro", "gpt-4o", "llama3-1_baseline5", "llama3-1_baseline6", "llama3-1-baseline7", "llama3-2-baseline", "default5_llm"]
270
 
271
  # teamId 唯一标识码
272
  DG = {
 
265
  "Spearman (Non-Factoid QA)": [],
266
  }
267
 
268
+ TeamId = ["baseline", "baseline", "baseline", "baseline", 'ISLab', 'ISLab', 'ISLab', 'ISLab', 'default5']
269
+ Methods = ["chatglm3-6b", "baichuan2-13b", "chatglm-pro", "gpt-4o", "llama3-1_baseline5", "llama3-1_baseline6", "llama3-1-baseline7", "llama3-2-baseline", "llm"]
270
 
271
  # teamId 唯一标识码
272
  DG = {