gsm8k.yaml 336 B

1234567891011121314
  1. name: 'gsm8k'
  2. type: 'gen'
  3. module: "tasks.cot.task.ChainOfThoughtTask"
  4. path: 'grade_school_math/data'
  5. file-pattern:
  6. test: "test.jsonl"
  7. sampling_strategy: "BaseStrategy"
  8. prompt_path: "tasks/cot/gsm8k_prompt.txt"
  9. deterministic: true
  10. max_gen_length: 128
  11. use_task_mask: true
  12. save_prediction: true
  13. chain_of_thought: true
  14. micro_batch_size: 4