direct_yaml 747 Bytes
Newer Older
lintangsutawika's avatar
lintangsutawika committed
1
2
3
# This file will be included in the generated language-specific task configs.
# It doesn't have a yaml file extension as it is not meant to be imported directly
# by the harness.
lintangsutawika's avatar
tidy up  
lintangsutawika committed
4
group: mgsm_direct
lintangsutawika's avatar
lintangsutawika committed
5
6
dataset_path: juletxara/mgsm
dataset_name: null  # Overridden by language-specific config.
7
output_type: generate_until
lintangsutawika's avatar
lintangsutawika committed
8
9
10
11
12
13
14
15
16
training_split: train
test_split: test
target_delimiter: ""
generation_kwargs:
  until:
    - "\n\n"
    - "\n"
  do_sample: false
  temperature: 0.0
lintangsutawika's avatar
lintangsutawika committed
17
18
19
20
21
filter_list:
  - name: remove_whitespace
    filter:
      - function: remove_whitespace
      - function: take_first
lintangsutawika's avatar
lintangsutawika committed
22
23
24
25
26
27
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true
lintangsutawika's avatar
lintangsutawika committed
28
metadata:
29
  version: 0.0