groundcocoa.yaml 398 Bytes
Newer Older
Harsh Kohli's avatar
Harsh Kohli committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
task: groundcocoa
dataset_path: harsh147/GroundCocoa
output_type: multiple_choice
training_split: null
validation_split: validation
test_split: test
process_docs: !function utils.process_docs
doc_to_text: "{{criteria}}"
doc_to_target: gold
doc_to_choice: "choices"
target_delimiter: ""
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
dataset_kwargs:
  streaming: true