File size: 333 Bytes
c80136c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
group: blimp
dataset_path: blimp
output_type: multiple_choice
validation_split: train
doc_to_text: ""
doc_to_target: 0
doc_to_choice: "{{[sentence_good, sentence_bad]}}"
num_fewshot: 0
should_decontaminate: true
doc_to_decontamination_query: "{{sentence_good}} {{sentence_bad}}"
metric_list:
- metric: acc
metadata:
version: 1.0
|