"lm_eval/tasks/arc/arc_easy.yaml" did not exist on "e7f49cca7f4598d9997903f7fc751b8fd6269909"
generate_until_template_yaml 521 Bytes
Newer Older
lintangsutawika's avatar
lintangsutawika committed
1
group: bigbench
2
dataset_path: bigbench # will switch to `hails/bigbench` when all tasks are pushed
3
output_type: generate_until
haileyschoelkopf's avatar
haileyschoelkopf committed
4
5
6
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
7
test_split: default
lintangsutawika's avatar
lintangsutawika committed
8
9
10
11
12
13
14
15
16
doc_to_text: inputs
doc_to_target: "{{targets[0]}}"
generation_kwargs:
  max_length: 128
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_punctuation: true