french_bench_xnli.yaml 873 Bytes
Newer Older
Manuel Faysse's avatar
Manuel Faysse committed
1
include: "_default_template_yaml"
2
tag:
Manuel Faysse's avatar
Manuel Faysse committed
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  - french_bench
  - french_bench_extra
description: "La prémisse et l'hypothèse sont elles en accord, neutres en elles, ou en contradiction ?"
dataset_path: xnli
dataset_name: fr
output_type: multiple_choice
validation_split: validation
fewshot_split: validation
test_split: test
# doc_to_text: "\nPrémisse: {{premise}}\n\nHypothèse: {{hypothesis}}\n\nLa prémisse et l'hypothèse sont:\nA. En accord\nB. Neutre\nC. En contradiction\nRéponse:"
# doc_to_choice: "{{['A: En accord', 'B: Neutre', 'C: En contradiction']}}"
doc_to_text: "\nPrémisse: {{premise}}\n\nHypothèse: {{hypothesis}}\n\nLa prémisse et l'hypothèse sont"
doc_to_choice: "{{['en accord', 'neutres entre elles', 'en contradiction']}}"
doc_to_target: label
task: french_bench_xnli
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true