mmlu.yaml 265 B

123456789101112
  1. name: "MMLU"
  2. type: "mul"
  3. module: "tasks.mmlu.task.MMLU"
  4. path: "MMLU"
  5. file-pattern:
  6. stem: "stem/*.json"
  7. social_sciences: "social_sciences/*.json"
  8. humanities: "humanities/*.json"
  9. other: "other/*.json"
  10. no-tokenized: true
  11. micro-batch-size: 8
  12. max_seq-length: 896