From e032a509f1cdbf1a68f9a3953cff95c2b5f13c9b Mon Sep 17 00:00:00 2001 From: Jasper Schulze Buschhoff Date: Tue, 20 Feb 2024 14:22:09 +0100 Subject: [PATCH] fixed newline at EOF --- lm_eval/tasks/opengptx/arcx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lm_eval/tasks/opengptx/arcx.py b/lm_eval/tasks/opengptx/arcx.py index 3beb3cb8d6..b918159773 100644 --- a/lm_eval/tasks/opengptx/arcx.py +++ b/lm_eval/tasks/opengptx/arcx.py @@ -134,4 +134,4 @@ def should_decontaminate(self): return True def doc_to_decontamination_query(self, doc): - return doc["query"] \ No newline at end of file + return doc["query"]