Fix
* fix: Added the ability to make task specific instructions, tested using e5 instruct (888)
* Added prompting along with e5 instruct
All encode calls now include a prompt_name (following the variable name in sentence transformer&39;s encode), which provided the task name. The model can then use a custom prompt pr. task if they wish (or encode based on e.g. task type).
Additionally to test it out I have also added the two e5 instruct models.
* format
* updated based on review
* format
* Update mteb/models/instructions.py
Co-authored-by: Niklas Muennighoff <n.muennighoffgmail.com>
* Update mteb/models/__init__.py
Co-authored-by: Niklas Muennighoff <n.muennighoffgmail.com>
* Added additional tests for instructions
---------
Co-authored-by: Niklas Muennighoff <n.muennighoffgmail.com> ([`40208cf`](https://github.com/embeddings-benchmark/mteb/commit/40208cfaf0bf588515e3a077b4d7e5fc5fa98200))
Unknown
* Update points table ([`b97ad77`](https://github.com/embeddings-benchmark/mteb/commit/b97ad779c3eac25d9ac8098bf84300197964666f))