Skip to content

Commit

Permalink
removed unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbuschhoff committed Feb 20, 2024
1 parent f7380e7 commit 35fb949
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions lm_eval/tasks/opengptx/arcx.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,4 @@ def should_decontaminate(self):
return True

def doc_to_decontamination_query(self, doc):
return doc["query"]


class ARCChallenge(ARCBase):
def __init__(self, lang: str, **kwargs):
self.DATASET_NAME = f"challenge_{lang.upper()}"
super().__init__(**kwargs)


class ARCEasy(ARCBase):
def __init__(self, lang: str, **kwargs):
self.DATASET_NAME = f"easy_{lang.upper()}"
super().__init__(**kwargs)
return doc["query"]

0 comments on commit 35fb949

Please sign in to comment.