"awq_cuda/vscode:/vscode.git/clone" did not exist on "9ba3afacd7e9e02b3e49fdd42a02ae6ac70dd328"
Commit addada53 authored by lintangsutawika's avatar lintangsutawika
Browse files

fixed whitespace for target

parent 60acbde2
......@@ -7,7 +7,7 @@ output_type: greedy_until
training_split: train
validation_split: validation
doc_to_text: "{{passage}}\nQuestion: {{question}}?\nAnswer:"
doc_to_target: "{{['no', 'yes'][label]}}"
doc_to_target: "{{[' no', ' yes'][label]}}"
generation_kwargs:
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