Faithfully used the requirements.txt file for installation, namely,
git+https://github.com/embeddings-benchmark/mteb.git@w_limit
It installed
>>> import mteb
>>> mteb.__version__
'1.38.34'
However get this error
ValueError: SentenceTransformer.encode() has been called with additional keyword arguments that this model does not use: ['request_qid']. As per SentenceTransformer.get_model_kwargs(), this model does not accept any additional keyword arguments.
I'm trying to run this Evaluation code.