dataset_path: nyu-visionx/VSI-SUPER-Count
dataset_kwargs:
  token: True
  cache_dir: vsisuper_count
  video: True
test_split: test
output_type: generate_until
doc_to_visual: !function vsc_utils.doc_to_visual
doc_to_text: !function vsc_utils.doc_to_text
doc_to_target: "answer"
generation_kwargs:
  max_new_tokens: 16
  temperature: 0
  top_p: 1.0
  num_beams: 1
  do_sample: false
process_results: !function vsc_utils.process_results
metric_list:
  - metric: mra
    aggregation: mean
    higher_is_better: true
lmms_eval_specific_kwargs:
  default:
    pre_prompt: ""
    post_prompt: ""
metadata:
  - version: 0.1
