sports.yaml 371 B

12345678910111213141516
  1. name: 'sports'
  2. type: 'gen'
  3. module: "tasks.cot.task.ChainOfThoughtTask"
  4. path: 'commonsense'
  5. file-pattern:
  6. test: "sports.json"
  7. sampling_strategy: "BaseStrategy"
  8. prompt_path: "tasks/cot/sports_prompt.txt"
  9. deterministic: true
  10. unidirectional: true
  11. max_gen_length: 128
  12. use_task_mask: true
  13. save_prediction: true
  14. chain_of_thought: true
  15. prompt_type: 'number'
  16. micro_batch_size: 4