Commit d14ab6d5 authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Remove `Asdiv` `fewshot-description` method

parent 263eb48d
...@@ -96,11 +96,6 @@ class Asdiv(Task): ...@@ -96,11 +96,6 @@ class Asdiv(Task):
rnd=rnd, rnd=rnd,
description=description 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): def doc_to_text(self, doc):
# TODO: add solution-type # 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