"docs/vscode:/vscode.git/clone" did not exist on "9a71500cfb267bef4f0c2bfc4ce60eba9fe5674d"
Commit 03c15e06 authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Update `headqa` deprecation warning to display on init only

parent be40299e
...@@ -37,4 +37,6 @@ class HeadQAEs(HeadQABase): ...@@ -37,4 +37,6 @@ class HeadQAEs(HeadQABase):
class HeadQAEsDeprecated(HeadQABase): class HeadQAEsDeprecated(HeadQABase):
DATASET_NAME = "es" DATASET_NAME = "es"
print("WARNING: headqa is deprecated. Please use headqa_es or headqa_en instead. See https://github.com/EleutherAI/lm-evaluation-harness/pull/240 for more info.") def __init__(self):
\ No newline at end of file super().__init__()
print("WARNING: headqa is deprecated. Please use headqa_es or headqa_en instead. See https://github.com/EleutherAI/lm-evaluation-harness/pull/240 for more info.")
\ No newline at end of file
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