File size: 385 Bytes
a434e2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
group:
- 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
metadata:
version: 1.0
dataset_kwargs:
trust_remote_code: true
|