Skip to content

Commit 7687495

Browse files
committed
Draft and validate websrc eval on dev split
1 parent 4eebd3e commit 7687495

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lmms_eval/tasks/websrc/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
def construct_prompt(doc):
2121
question = doc["question"]
22-
# question = f"{question}\n{OPEN_ENDED_PROMPT}"
2322
question = f"{OPEN_ENDED_PROMPT}\n{question}"
2423
return question
2524

0 commit comments

Comments
 (0)