-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add run_retriever entrypoint and add some new trec metrics. (#16)
* [DOC] update singlehop_qa benchmark * [FIX] set `DISABLE_CACHE` to False to disable batched_cache * [FEAT](data) Add MappingDataset and MTEBDataset * [FEAT](metrics) Implement following retrieval metrics: 1. RetrievalRecall; 2. RetrievalPrecision; * [REFACTOR](metrics) Change the returned type of the metrics * [REFACTOR](retriever) Move RetrievedContext into common_dataclasses.py * [REFACTOR] Add id_field as a part of the Context. * [REFACTOR] Refactor data module into three standalone module * [REFACTOR] Use pytrec_eval to calculate the retrieval metrics * [DOC] Optimize the documents for datasets module * [DOC] Optimize the metric docstrings * [DOC] Simplify the readme * [DOC] Update the quickstart document * [DOC] Update readme * [FIX] Fix bug in SimpleWebDownloader * [FEAT] Support JinaReaderLM2 * [FEAT] Add two tested encoder
- Loading branch information
1 parent
4650325
commit d5eb9af
Showing
74 changed files
with
1,913 additions
and
1,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.