"vscode:/vscode.git/clone" did not exist on "739cb43dae21ec975938422949a449de654f15ab"
Commit 680c5686 authored by baberabb's avatar baberabb
Browse files

change prompt formatting

parent bf038375
...@@ -3,9 +3,10 @@ dataset_path: nq_open ...@@ -3,9 +3,10 @@ dataset_path: nq_open
output_type: greedy_until output_type: greedy_until
training_split: train training_split: train
validation_split: validation validation_split: validation
description: "Answer these questions:\n\n" description: "Answer these questions:\n"
doc_to_text: "Q: {{question}}?\nA:" doc_to_text: "Q: {{question}}?\nA:"
doc_to_target: "{{answer}}" # TODO: should be multi-target doc_to_target: "{{answer}}" # TODO: should be multi-target
fewshot_delimiter: "\n"
generation_kwargs: generation_kwargs:
until: until:
- "\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