Skip to content

Commit

Permalink
fixed truthfulqa instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbuschhoff committed Nov 9, 2023
1 parent 2233a77 commit 804ebdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lm_eval/tasks/mlmm/multilingual_truthfulqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def create_task(lang):
class ATest(TruthfulQAMultipleChoice):
def __init__(self):
self.DATASET_NAME = f"truthfulqa_{lang}"
super().__init__(lang)
super().__init__()

return ATest

Expand Down

0 comments on commit 804ebdc

Please sign in to comment.