"vscode:/vscode.git/clone" did not exist on "0035f1cefaa8f4ca95ed388cb0af11c376ec63d9"
Commit 3c8479ba authored by Benjamin Fattori's avatar Benjamin Fattori
Browse files

arithmetic task class now uses HF remote builder

parent f022d303
......@@ -30,7 +30,7 @@ _CITATION = """
class Arithmetic(Task):
VERSION = 0
DATASET_PATH = inspect.getfile(lm_eval.datasets.arithmetic.arithmetic)
DATASET_PATH = "bfattori/arithmetic"
def has_training_docs(self):
return False
......
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