Skip to content

Commit

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

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

0 comments on commit e032a50

Please sign in to comment.