Commit 03664188 authored by lintangsutawika's avatar lintangsutawika
Browse files

remove

parent e2dab32a
......@@ -7,6 +7,8 @@ doc_to_target: "answer"
# The return value of process_results will be used by metrics
# process_results: !function utils.mmmu_process_results
# Note that the metric name can be either a registed metric function (such as the case for GQA) or a key name returned by process_results
process_results: !function utils.mmmu_process_results
# Note that the metric name can be either a registed metric function (such as the case for GQA) or a key name returned by process_results
generation_kwargs:
until:
- "<|endoftext|>"
......@@ -17,7 +19,6 @@ generation_kwargs:
repetition_penalty: 1.0
image_aspect_ratio: original
metric_list:
- metric: exact_match
# - metric: mmmu_acc
# aggregation: !function utils.mmmu_aggregate_results
# higher_is_better: true
- metric: mmmu_acc
aggregation: !function utils.mmmu_aggregate_results
higher_is_better: true
\ No newline at end of file
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