Commit c117e787 authored by Oleh Shliazhko's avatar Oleh Shliazhko
Browse files

fix unreachable return

parent f034974a
...@@ -159,7 +159,6 @@ class GeneralHendrycksTest(MultipleChoiceTask): ...@@ -159,7 +159,6 @@ class GeneralHendrycksTest(MultipleChoiceTask):
"choices": keys, "choices": keys,
"gold": doc["answer"], "gold": doc["answer"],
} }
return result
def fewshot_examples(self, k, rnd): def fewshot_examples(self, k, rnd):
# fewshot_examples is not just sampling from train_docs because dev is # fewshot_examples is not just sampling from train_docs because dev is
......
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