Skip to content

Commit

Permalink
Consolidate Retrieval/Reranking/Instruction Variants (#1359)
Browse files Browse the repository at this point in the history
* update

* merged retrieval; working

* update tasks; working multilingual

* everything working except instructions

* working instructions; just need cleanup

* add metadata for all but MindSmall

* faster evaluation; mindsmall can compute in reasonable time

* fix bad merge of docs

* lint

* fix test

* qa

* updated mindsmall

* lint

* fix debug

* Update mteb/abstasks/dataloaders.py

Co-authored-by: Roman Solomatin <[email protected]>

* lint

---------

Co-authored-by: Roman Solomatin <[email protected]>
  • Loading branch information
orionw and Samoed authored Nov 13, 2024
1 parent e2520df commit 9c58518
Show file tree
Hide file tree
Showing 54 changed files with 2,500 additions and 2,655 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ In prompts the key can be:
8. `STS`
9. `Summarization`
10. `InstructionRetrieval`
11. `InstructionReranking`
3. Pair of task type and prompt type like `Retrival-query` - these prompts will be used in all classification tasks
4. Task name - these prompts will be used in the specific task
5. Pair of task name and prompt type like `NFCorpus-query` - these prompts will be used in the specific task
Expand Down
Loading

0 comments on commit 9c58518

Please sign in to comment.