afrixnli_common_yaml 473 Bytes
Newer Older
JessicaOjo's avatar
JessicaOjo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
group:
    - xnli
    - afrixnli
task: null
dataset_path: masakhane/afrixnli
dataset_name: null
output_type: generate_until
validation_split: validation
test_split: test
fewshot_split: validation
doc_to_text: null
doc_to_target: label
doc_to_choice: null
metric_list:
  - metric: f1
  - metric: acc
    aggregation: mean
    higher_is_better: true
    ignore_case: true
    ignore_punctuation: true
    regexes_to_ignore:
      - ","
      - "\\$"
metadata:
  version: 1.0