PROMPT="Given a query A and a passage B, determine whether the passage contains an answer to the query by providing a prediction of either 'Yes' or 'No'."# noqa: E501
PROMPT="Given a query A and a passage B, determine whether the passage contains an answer to the query by providing a prediction of either 'Yes' or 'No'."# noqa: E501
...
@@ -119,22 +126,9 @@ class GemmaMtebEncoder(VllmMtebEncoder):
...
@@ -119,22 +126,9 @@ class GemmaMtebEncoder(VllmMtebEncoder):
prompt_formatter=lambdaimg_prompt:f"<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n<|im_start|>user\n{img_prompt}<|im_end|>\n<|im_start|>assistant\n",# noqa: E501