Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
pminervini
commited on
Commit
•
53f6f17
1
Parent(s):
c9f0103
update
Browse files
src/backend/tasks/popqa/popqa.yaml
CHANGED
@@ -4,7 +4,7 @@ output_type: generate_until
|
|
4 |
test_split: test
|
5 |
description: "Answer these questions:\n\n"
|
6 |
doc_to_text: "Q: {{question}}?\nA:"
|
7 |
-
doc_to_target: "{{
|
8 |
fewshot_delimiter: "\n"
|
9 |
generation_kwargs:
|
10 |
until:
|
|
|
4 |
test_split: test
|
5 |
description: "Answer these questions:\n\n"
|
6 |
doc_to_text: "Q: {{question}}?\nA:"
|
7 |
+
doc_to_target: "{{possible_answers}}" # TODO: should be multi-target
|
8 |
fewshot_delimiter: "\n"
|
9 |
generation_kwargs:
|
10 |
until:
|