readme
Browse files
README.md
CHANGED
@@ -16,4 +16,4 @@ This is a jsonl file: Each line is a JSON object. It has the following format:
|
|
16 |
|
17 |
This is a pickled dictionary in the format: `scores[qid][pid] -> cross_encoder_score`
|
18 |
|
19 |
-
It contains 160
|
|
|
16 |
|
17 |
This is a pickled dictionary in the format: `scores[qid][pid] -> cross_encoder_score`
|
18 |
|
19 |
+
It contains 160 million cross-encoder scores for (query, paragraph) pairs using the [cross-encoder/ms-marco-MiniLM-L-6-v2](https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2) model.
|