fenglinliu commited on
Commit
afdc52a
·
verified ·
1 Parent(s): 63a2b2d

Update meta_data.py

Browse files
Files changed (1) hide show
  1. meta_data.py +1 -1
meta_data.py CHANGED
@@ -39,7 +39,7 @@ DEFAULT_BENCH = [
39
  ]
40
  MODEL_SIZE = ['7B', '13B', '70B', 'Commercial LLMs and SOTAs']
41
  # MODEL_TYPE = ['Commercial LLMs', 'General LLMs', 'Medical LLMs', 'SOTA']
42
- MODEL_TYPE = ['API', 'OpenSource', 'Commercial LLMs', 'General LLMs', 'Medical LLMs', 'SOTA']
43
 
44
  # The README file for each benchmark
45
  LEADERBOARD_MD = {}
 
39
  ]
40
  MODEL_SIZE = ['7B', '13B', '70B', 'Commercial LLMs and SOTAs']
41
  # MODEL_TYPE = ['Commercial LLMs', 'General LLMs', 'Medical LLMs', 'SOTA']
42
+ MODEL_TYPE = ['OpenSource', 'Commercial LLMs', 'General LLMs', 'Medical LLMs', 'SOTA']
43
 
44
  # The README file for each benchmark
45
  LEADERBOARD_MD = {}