nxphi47 commited on
Commit
2a72d1d
1 Parent(s): e6cfa34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -41,6 +41,20 @@ rename_map = {
41
  "qwen-14b": "Qwen-14b",
42
  "gpt-3.5-turbo": "GPT-3.5-turbo",
43
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  CATEGORIES = [ "task-solving", "math-reasoning", "general-instruction", "natural-question", "safety", ]
45
 
46
  CATEGORIES_NAMES = {
 
41
  "qwen-14b": "Qwen-14b",
42
  "gpt-3.5-turbo": "GPT-3.5-turbo",
43
  }
44
+ rename_map = {
45
+ "SeaLLM-7B-v2.5": "SeaLLM-7B-v2.5",
46
+ # "SeaLLM-7B-v2.5-CUT3": "SeaLLM-7B-v2.5-CUT",
47
+ "SeaLLM-7B-v2": "SeaLLM-7B-v2",
48
+ "Sailor-7B-Chat": "Sailor-7B-Chat",
49
+ # "SeaLLM-13B-v1": "SeaLLM-13B-v1",
50
+ # "llama2-13b": "LLaMA2-13B",
51
+ # "sealion7b_instr": "SeaLion-7b",
52
+ # "polylm": "PolyLM-13b",
53
+ # "qwen": "Qwen-14b",
54
+ "qwen_15_7b_chat": "Qwen1.5-7B-chat",
55
+ "gpt-3.5-turbo": "GPT-3.5-turbo",
56
+ # "gpt-4-1106-preview": "GPT-4-turbo",
57
+ }
58
  CATEGORIES = [ "task-solving", "math-reasoning", "general-instruction", "natural-question", "safety", ]
59
 
60
  CATEGORIES_NAMES = {