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

Update evaluate_vqa.py

parent 1c004d4c
...@@ -35,7 +35,7 @@ ds_collections = { ...@@ -35,7 +35,7 @@ ds_collections = {
}, },
'chartqa': { 'chartqa': {
'train': 'data/chartqa/train_augmented.jsonl', 'train': 'data/chartqa/train_augmented.jsonl',
'test': 'data/chartqa/chartqa.jsonl', 'test': 'data/chartqa/chartqa_test.jsonl',
'metric': 'relaxed_accuracy', 'metric': 'relaxed_accuracy',
'max_new_tokens': 100, 'max_new_tokens': 100,
}, },
......
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