update meta data
Browse files- meta_data.py +1 -1
meta_data.py
CHANGED
@@ -27,7 +27,7 @@ To suggest new models or benchmarks for this leaderboard, please contact duanhao
|
|
27 |
"""
|
28 |
|
29 |
# CONSTANTS-FIELDS
|
30 |
-
DATASETS_ALL = ['MathVista', 'MathVision', 'MathVerse', 'DynaMath'
|
31 |
DATASETS_ESS = ['MathVista', 'MathVision', 'MathVerse', 'DynaMath']
|
32 |
META_FIELDS = ['Method', 'Param (B)', 'Language Model', 'Vision Model', 'OpenSource', 'Verified', 'Org']
|
33 |
MODEL_SIZE = ['<4B', '4B-10B', '10B-20B', '20B-40B', '>40B', 'Unknown']
|
|
|
27 |
"""
|
28 |
|
29 |
# CONSTANTS-FIELDS
|
30 |
+
DATASETS_ALL = ['MathVista', 'MathVision', 'MathVerse', 'DynaMath']
|
31 |
DATASETS_ESS = ['MathVista', 'MathVision', 'MathVerse', 'DynaMath']
|
32 |
META_FIELDS = ['Method', 'Param (B)', 'Language Model', 'Vision Model', 'OpenSource', 'Verified', 'Org']
|
33 |
MODEL_SIZE = ['<4B', '4B-10B', '10B-20B', '20B-40B', '>40B', 'Unknown']
|