You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
File "/home/ubuntu/isaac/work/mteb/mteb/evaluation/evaluators/model_encode.py", line 26, in model_encode
embeddings = model.encode(sentences, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/isaac/work/mteb/mteb/models/e5_models.py", line 134, in encode
return self.encode_queries(sentences, batch_size=batch_size, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/isaac/work/mteb/mteb/models/e5_models.py", line 138, in encode_queries
emb = self.mdl.encode(sentences, batch_size=batch_size, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/miniconda3/lib/python3.11/site-packages/sentence_transformers/SentenceTransformer.py", line 451, in encode
raise ValueError(
ValueError: Prompt name 'BornholmBitextMining' not found in the configured prompts dictionary with keys [].
Seems to be related to the changes introduced in #888
The text was updated successfully, but these errors were encountered:
Running this (added as test case in the branch
e5-model-test
:gives
Seems to be related to the changes introduced in #888
The text was updated successfully, but these errors were encountered: