Unverified Commit 1c004d4c authored by echo840's avatar echo840 Committed by GitHub
Browse files

Update evaluate_vqa.py

parent b0aa603f
...@@ -73,7 +73,7 @@ ds_collections = { ...@@ -73,7 +73,7 @@ ds_collections = {
}, },
'gqa_testdev': { 'gqa_testdev': {
'train': 'data/gqa/train.jsonl', 'train': 'data/gqa/train.jsonl',
'test': 'data/gqa/gqa_testdev_new.json', 'test': 'data/gqa/gqa_testdev_new.jsonl',
'metric': 'accuracy', 'metric': 'accuracy',
'max_new_tokens': 10, 'max_new_tokens': 10,
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment