held_in_template_yaml 271 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
output_type: greedy_until
validation_split: validation
metric_list:
  - metric: exact_match
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true
generation_kwargs:
  until:
    - "\n\n"
  do_sample: false
  temperature: 0.0