Unverified Commit cec2fe23 authored by Leo Gao's avatar Leo Gao Committed by GitHub
Browse files

Merge pull request #294 from jon-tow/asdiv-remove-fewshot-description

Remove `Asdiv` `fewshot_description` method
parents 263eb48d d14ab6d5
......@@ -96,11 +96,6 @@ class Asdiv(Task):
rnd=rnd,
description=description
)
def fewshot_description(self):
# TODO: add solution-type and formula
desc = "information containing the context of the question\nQuestion: Text of a question.\nAnswer: Answer to the question, based on the passage.\n"
return desc
def doc_to_text(self, doc):
# TODO: add solution-type
......
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