parafraseja.yaml 470 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
task: parafraseja
dataset_path: projecte-aina/Parafraseja
output_type: multiple_choice
dataset_name: null
test_split: test
training_split: train
validation_split: validation
doc_to_choice: '{{[sentence1+", veritat? No, "+sentence2, sentence1+", veritat? Sí, "+sentence2]}}'
process_docs: !function utils.process_docs_paraphrases
doc_to_text: ''
doc_to_target: label
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
metadata:
  version: 1.0