File size: 813 Bytes
4adddcc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
dataset_path: parquet
dataset_kwargs:
data_files: {'test': 'PATH_TO_PARQUET_FILE'}
task: "jgraphqa"
test_split: test
output_type: generate_until
doc_to_visual: !function utils.jgraphqa_doc_to_visual
doc_to_text: !function utils.jgraphqa_doc_to_text
doc_to_target: "answer"
generation_kwargs:
max_new_tokens: 256
temperature: 0
do_sample: False
process_results: !function utils.jgraphqa_process_results
metric_list:
- metric: jgraphqa_acc
aggregation: !function utils.jgraphqa_aggregate_results
higher_is_better: true
metadata:
- version: 0.0
lmms_eval_specific_kwargs:
default:
pre_prompt: ""
post_prompt: "γθ³ͺεγ«ε―Ύγγεηγεθͺγηγγγ¬γΌγΊγ§θ¨ε
₯γγ¦γγ γγγ"
qwen_vl:
pre_prompt: ""
post_prompt: " Answer:"
|