"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "2741cc5ffe61f5a6e43827e72e2939fa7baf3767"
Unverified Commit cdd17c47 authored by echo840's avatar echo840 Committed by GitHub
Browse files

Update evaluate_vqa_doc.py

parent 5fb85134
...@@ -45,9 +45,9 @@ ds_collections = { ...@@ -45,9 +45,9 @@ ds_collections = {
'metric': 'accuracy', 'metric': 'accuracy',
'max_new_tokens': 10, 'max_new_tokens': 10,
}, },
'chartqa_ureader': { 'chartqa': {
'train': 'data/chartqa/train_augmented.jsonl', 'train': 'data/chartqa/train_augmented.jsonl',
'test': 'data/chartqa/chartqa_ureader.jsonl', 'test': 'data/chartqa/chartqa.jsonl',
'metric': 'accuracy', 'metric': '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