kennymckormick
commited on
Commit
•
1db2b1b
1
Parent(s):
cdaf211
remove prefetch acc for SEEDBench_IMG
Browse files- meta_data.py +1 -2
meta_data.py
CHANGED
@@ -39,10 +39,9 @@ LEADERBOARD_MD['MAIN'] = """
|
|
39 |
"""
|
40 |
|
41 |
LEADERBOARD_MD['SEEDBench_IMG'] = """
|
42 |
-
## SEEDBench_IMG Scores (
|
43 |
|
44 |
- **Overall**: The overall accuracy across all questions with **ChatGPT answer matching**.
|
45 |
-
- **Overall (prefetch)**: The accuracy when using exact matching for evaluation.
|
46 |
- **Overall (official)**: SEEDBench_IMG acc on the official leaderboard (if applicable).
|
47 |
"""
|
48 |
|
|
|
39 |
"""
|
40 |
|
41 |
LEADERBOARD_MD['SEEDBench_IMG'] = """
|
42 |
+
## SEEDBench_IMG Scores (ChatGPT Answer Extraction / Official Leaderboard)
|
43 |
|
44 |
- **Overall**: The overall accuracy across all questions with **ChatGPT answer matching**.
|
|
|
45 |
- **Overall (official)**: SEEDBench_IMG acc on the official leaderboard (if applicable).
|
46 |
"""
|
47 |
|