Commit a6b17509 authored by Baber's avatar Baber
Browse files

fix yaml

parent a84c102b
...@@ -3,8 +3,8 @@ dataset_path: lmms-lab/ai2d ...@@ -3,8 +3,8 @@ dataset_path: lmms-lab/ai2d
output_type: multiple_choice output_type: multiple_choice
test_split: test test_split: test
doc_to_text: "<image> Question: {{question}}\nAnswer:" doc_to_text: "<image> Question: {{question}}\nAnswer:"
doc_to_target: "answer" doc_to_target: "{{ answer | int }}"
doc_to_choice: "{{options}}" doc_to_choice: options
doc_to_image: doc_to_image:
- image - image
metric_list: metric_list:
......
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