reverse.yaml 311 B

12345678910111213
  1. name: 'reverse'
  2. type: 'gen'
  3. module: "tasks.cot.task.ChainOfThoughtTask"
  4. path: 'symbolic'
  5. file-pattern:
  6. test: "reverse_5.jsonl"
  7. sampling_strategy: "BaseStrategy"
  8. prompt_path: "tasks/cot/reverse_prompt.txt"
  9. max_gen_length: 128
  10. use_task_mask: true
  11. save_prediction: true
  12. chain_of_thought: true
  13. micro_batch_size: 4