dataset_path: lmms-lab/vstar-bench
task: "vstar_bench"
test_split: test
output_type: generate_until
doc_to_visual: !function utils.vstar_doc_to_visual
doc_to_text: !function utils.vstar_doc_to_text
doc_to_target: "label"
generation_kwargs:
  max_new_tokens: 16
  temperature: 0
  top_p: 1.0
  num_beams: 1
  do_sample: false
# The return value of process_results will be used by metrics
process_results: !function utils.vstar_process_results
lmms_eval_specific_kwargs:
  default:
    pre_prompt: ""
    post_prompt: "\nAnswer with the option's letter from the given choices directly."
metadata:
  - version: 0.0