Spaces:
Runtime error
Runtime error
File size: 502 Bytes
f8ae921 b79c971 f8ae921 2561b63 f8ae921 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
task: halueval_qa
dataset_path: pminervini/HaluEval
dataset_name: qa_samples
output_type: generate_until
training_split: data
validation_split: data
test_split: data
num_fewshot: 0
doc_to_text: !function utils.doc_to_text_qa
doc_to_target: !function utils.doc_to_target_qa
process_results: !function utils.process_results_qa
metric_list:
- metric: em
aggregation: mean
higher_is_better: true
- metric: correctness
aggregation: mean
higher_is_better: true
metadata:
- version: 0.0
|