ncb.yaml 247 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
task: ncb
dataset_path: hcfa/ncb
output_type: multiple_choice
test_split: train
doc_to_text: ""
doc_to_target: 0
doc_to_choice: "{{[correct, wrong]}}"
num_fewshot: 0
metric_list:
  - metric: acc
    higher_is_better: true
metadata:
  version: 1.0