Unverified Commit 602cf792 authored by GUIJIN SON's avatar GUIJIN SON Committed by GitHub
Browse files

Update haerae.py

parent 9799eb15
...@@ -3,7 +3,7 @@ from lm_eval.base import MultipleChoiceTask ...@@ -3,7 +3,7 @@ from lm_eval.base import MultipleChoiceTask
class Haerae(MultipleChoiceTask): class Haerae(MultipleChoiceTask):
VERSION = 0 VERSION = 0
DATASET_PATH = "data/haerae/haerae.py" DATASET_PATH = "amphora/HaeRae_Bench"
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