Unverified Commit 26621176 authored by ClaireGyn's avatar ClaireGyn Committed by GitHub
Browse files

Update cmmlu.py

parent 66017efb
...@@ -264,7 +264,7 @@ def create_task(subject): ...@@ -264,7 +264,7 @@ def create_task(subject):
class GeneralCmmluTest(MultipleChoiceTask): class GeneralCmmluTest(MultipleChoiceTask):
VERSION = 1 VERSION = 1
DATASET_PATH = os.path.join("haonan-li/cmmlu/") DATASET_PATH = os.path.join("haonan-li/cmmlu")
DATASET_NAME = None DATASET_NAME = None
def __init__(self, subject): def __init__(self, subject):
......
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