xbchhhh's picture
Update README.md
f65658b verified
metadata
license: mit
language:
  - en
configs:
  - config_name: 0-shot
    data_files:
      - split: test
        path: 0-shot.jsonl
  - config_name: 1-shot
    data_files:
      - split: test
        path: 1-shot.jsonl
  - config_name: 3-shot
    data_files:
      - split: test
        path: 3-shot.jsonl
  - config_name: 5-shot
    data_files:
      - split: test
        path: 5-shot.jsonl
  - config_name: 7-shot
    data_files:
      - split: test
        path: 7-shot.jsonl
  - config_name: train
    data_files:
      - split: train
        path: train.jsonl
  - config_name: test
    data_files:
      - split: test
        path: test.jsonl

AMC-12(2022-2024)