Spaces:
Sleeping
Sleeping
Update meta_data.py
Browse files- 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 = ['
|
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 = {}
|