copa_ar.yaml 498 Bytes
Newer Older
1
2
task: copa_ar
dataset_path: Hennara/copa_ar
3
4
5
6
7
dataset_name: null
output_type: multiple_choice
training_split: null
validation_split: null
test_split: test
8
doc_to_text: "السؤال: {{query}}\nالجواب:"
9
10
11
doc_to_choice: "{{[sol1, sol2]}}"
doc_to_target: label
should_decontaminate: true
12
doc_to_decontamination_query: query
13
14
15
16
17
18
19
20
21
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
  - metric: acc_norm
    aggregation: mean
    higher_is_better: true
metadata:
  version: 1.0