Unverified Commit 6e5137c7 authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Merge pull request #1032 from EleutherAI/big-refactor

Rename bigbench.yml to default.yml
parents 5ded4d5b 5dcbcd63
task: social_iqa
dataset_path: social_i_qa
dataset_name: null
output_type: multiple_choice
training_split: train
validation_split: validation
doc_to_text: "Q: {{context}} {{question}}\nA:"
target_delimiter: " "
doc_to_choice: ["{{answerA}}", "{{answerB}}", "{{answerC}}"]
doc_to_target: "{{label}}"
metric_list:
- metric: acc
aggregation: mean
higher_is_better: true
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment