Commit 1428ad57 authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

fixes to pythia benchmark, boolqseq2seq

parent d9b4ca7f
...@@ -9,4 +9,4 @@ task: ...@@ -9,4 +9,4 @@ task:
- wsc - wsc
- ai2_arc - ai2_arc
- blimp - blimp
- hendrycksTest* - mmlu
...@@ -8,7 +8,8 @@ training_split: train ...@@ -8,7 +8,8 @@ training_split: train
validation_split: validation validation_split: validation
doc_to_text: "{{passage}}\nQuestion: {{question}}?\nAnswer:" doc_to_text: "{{passage}}\nQuestion: {{question}}?\nAnswer:"
doc_to_target: label doc_to_target: label
doc_to_choice: ['no', 'yes'] doc_to_choice: [' no', ' yes']
target_delimiter: ""
generation_kwargs: generation_kwargs:
until: until:
- "\n\n" - "\n\n"
......
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