mgsm_direct_es.yaml 406 Bytes
Newer Older
lintangsutawika's avatar
lintangsutawika committed
1
2
# Generated by utils.py
dataset_name: es
3
4
doc_to_target: '{% if answer is not none %}{{answer[23:]}}{% else %}{{answer_number|string}}{% endif %}'
doc_to_text: '{% if answer is not none %}{{question+"\nRespuesta:"}}{% else %}{{"Pregunta: "+question+"\nRespuesta:"}}{% endif %}'
5
6
7
8
9
10
generation_kwargs:
  do_sample: false
  until:
  - 'Pregunta:'
  - </s>
  - <|im_end|>
lintangsutawika's avatar
lintangsutawika committed
11
include: direct_yaml
lintangsutawika's avatar
tidy up  
lintangsutawika committed
12
task: mgsm_direct_es