peacock-data-public-datasets-idc-cronscript
/
lm-evaluation-harness
/lm_eval
/tasks
/bigbench
/generate_until_template_yaml
group: bigbench_generate_until | |
dataset_path: hails/bigbench | |
output_type: generate_until | |
dataset_kwargs: | |
# num_shots: 0 # TODO: num of shots for `bigbench` HF dataset should be controlled through this, not through the typical methods | |
# subtask_name: null | |
test_split: default | |
doc_to_text: inputs | |
doc_to_target: "{{targets[0]}}" | |
generation_kwargs: | |
max_gen_toks: 128 | |
metric_list: | |
- metric: exact_match | |
aggregation: mean | |
higher_is_better: true | |
ignore_punctuation: true | |
metadata: | |
version: 1.0 | |