Skip to content

Commit 811301c

Browse files
committed
add upd
1 parent 71401ba commit 811301c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmms_eval/tasks/mmupdbench/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def mmupdbench_doc_to_text(doc, model_specific_prompt_kwargs=None):
6060
query_prompt = f"{data['hint']} {data['question']} {data['options']}" if pd.notna(data["hint"]) and data["hint"] != "nan" else f"{data['question']} {data['options']}"
6161

6262
if model_specific_prompt_kwargs:
63-
query_prompt = f"{query_prompt}{model_specific_prompt_kwargs['post_prompt']}" # 後でここを変更する。
63+
query_prompt = f"{query_prompt}{model_specific_prompt_kwargs['post_prompt']}"
6464

6565
return query_prompt
6666

0 commit comments

Comments
 (0)