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