Skip to content

ValueError: SentenceTransformer.encode() has been called with additional keyword arguments that this model does not use: ['request_qid'] #8

@aurotripathy

Description

@aurotripathy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions