arithmetic_1dc.yaml 383 Bytes
Newer Older
1
tag:
Benjamin Fattori's avatar
Benjamin Fattori committed
2
3
4
5
6
7
8
9
10
11
12
13
14
  - arithmetic
task: arithmetic_1dc
dataset_path: EleutherAI/arithmetic
dataset_name: arithmetic_1dc
output_type: loglikelihood
validation_split: validation
test_split: null
doc_to_text: "{{context}}"
doc_to_target: "{{completion}}"
metric_list:
  - metric: acc
    aggregation: mean
    higher_is_better: true
lintangsutawika's avatar
lintangsutawika committed
15
metadata:
16
  version: 1.0
17
18
dataset_kwargs:
  trust_remote_code: true