Skip to content

Commit

Permalink
Fix MME-RealWorld-Lite TSV Link
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymckormick committed Nov 18, 2024
1 parent 7859c04 commit 9f21ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlmeval/dataset/image_mcq.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def generate_tsv(pth):

# Check if dataset is cached and has integrity
if dataset == "MME-RealWorld-Lite":
url = 'https://huggingface.co/datasets/yifanzhang114/MME-RealWorld-Base64/blob/main/mme_realworld_lite.tsv'
url = 'https://huggingface.co/datasets/yifanzhang114/MME-RealWorld-Base64/resolve/main/mme_realworld_lite.tsv' # noqa: E501
file_md5 = (
self.DATASET_MD5[dataset] if dataset in self.DATASET_MD5 else None
)
Expand Down

0 comments on commit 9f21ee8

Please sign in to comment.