Spaces:
Runtime error
Runtime error
kennymckormick
commited on
Commit
•
907ba25
1
Parent(s):
f65a20c
update meta_data
Browse files- meta_data.py +2 -1
meta_data.py
CHANGED
@@ -38,7 +38,8 @@ LEADERBOARD_MD['MAIN'] = f"""
|
|
38 |
- Avg Score: The average score on all VLM Benchmarks (normalized to 0 - 100, the higher the better).
|
39 |
- Avg Rank: The average rank on all VLM Benchmarks (the lower the better).
|
40 |
- The overall evaluation results on {len(MAIN_FIELDS)} VLM benchmarks, sorted by the ascending order of Avg Rank.
|
41 |
-
- The following datasets are included in the main results: {' '.join(MAIN_FIELDS)}.
|
|
|
42 |
"""
|
43 |
|
44 |
for dataset in ['MMBench_DEV_CN', 'MMBench_TEST_CN', 'MMBench_DEV_EN', 'MMBench_TEST_EN', 'CCBench']:
|
|
|
38 |
- Avg Score: The average score on all VLM Benchmarks (normalized to 0 - 100, the higher the better).
|
39 |
- Avg Rank: The average rank on all VLM Benchmarks (the lower the better).
|
40 |
- The overall evaluation results on {len(MAIN_FIELDS)} VLM benchmarks, sorted by the ascending order of Avg Rank.
|
41 |
+
- The following datasets are included in the main results: {', '.join(MAIN_FIELDS)}.
|
42 |
+
- Detailed evaluation results for each dataset (included or not included in main) are provided in the consequent tabs.
|
43 |
"""
|
44 |
|
45 |
for dataset in ['MMBench_DEV_CN', 'MMBench_TEST_CN', 'MMBench_DEV_EN', 'MMBench_TEST_EN', 'CCBench']:
|