Skip to content

Commit

Permalink
fix MathVision
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick committed Jul 19, 2024
1 parent 1e22228 commit 3c55e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main():
else:
if dataset.TYPE in ['MCQ', 'Y/N']:
judge_kwargs['model'] = 'chatgpt-0125'
elif listinstr(['MMVet', 'MathVista', 'LLaVABench', 'MMBench-Video'], dataset_name):
elif listinstr(['MMVet', 'MathVista', 'LLaVABench', 'MMBench-Video', 'MathVision'], dataset_name):
judge_kwargs['model'] = 'gpt-4-turbo'
elif listinstr(['MMLongBench'], dataset_name):
judge_kwargs['model'] = 'gpt-4o'
Expand Down
2 changes: 1 addition & 1 deletion vlmeval/dataset/image_vqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class MathVision(ImageBaseDataset):
}
DATASET_MD5 = {
'MathVision': '93f6de14f7916e598aa1b7165589831e',
'MathVision_MINI': '060fe4fa5d868987ce179307bd5f8a33 '
'MathVision_MINI': '060fe4fa5d868987ce179307bd5f8a33'
}

# It returns a DataFrame
Expand Down

0 comments on commit 3c55e82

Please sign in to comment.