sbert config is wrong

#28
by HarryCaveMan - opened

the sbert config states sentence-transformers version as 2.2.0 but that version does not support pooling_mode_weightedmean_tokens

The pip library InstructorEmbedding is abandonded and is no longer kept up to date. To use with the latest version of sentence-transformers (3.3.1), install this modified version:

pip install git+https://github.com/NoahBPeterson/instructor-embedding.git@54076ec450d9825cf84f1ed6e54a5748f6877070

Sign up or log in to comment