Update README.md
Browse files
README.md
CHANGED
@@ -61,4 +61,22 @@ passage_dataset = load_dataset("sentence-transformers/msmarco-corpus", "passage"
|
|
61 |
pid_to_passage = dict(zip(passage_dataset["pid"], passage_dataset["text"]))
|
62 |
print(pid_to_passage[7349777])
|
63 |
# => "liberal arts. 1. the academic course of instruction at a college intended to provide general knowledge and comprising the arts, humanities, natural sciences, and social sciences, as opposed to professional or technical subjects."
|
64 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
pid_to_passage = dict(zip(passage_dataset["pid"], passage_dataset["text"]))
|
62 |
print(pid_to_passage[7349777])
|
63 |
# => "liberal arts. 1. the academic course of instruction at a college intended to provide general knowledge and comprising the arts, humanities, natural sciences, and social sciences, as opposed to professional or technical subjects."
|
64 |
+
```
|
65 |
+
|
66 |
+
## Related Datasets
|
67 |
+
|
68 |
+
This dataset is used for the query and passage texts in the following datasets containing MS MARCO with mined hard negatives.
|
69 |
+
|
70 |
+
* [msmarco-bm25](https://huggingface.co/datasets/sentence-transformers/msmarco-bm25)
|
71 |
+
* [msmarco-msmarco-distilbert-base-tas-b](https://huggingface.co/datasets/sentence-transformers/msmarco-msmarco-distilbert-base-tas-b)
|
72 |
+
* [msmarco-msmarco-distilbert-base-v3](https://huggingface.co/datasets/sentence-transformers/msmarco-msmarco-distilbert-base-v3)
|
73 |
+
* [msmarco-msmarco-MiniLM-L-6-v3](https://huggingface.co/datasets/sentence-transformers/msmarco-msmarco-MiniLM-L-6-v3)
|
74 |
+
* [msmarco-distilbert-margin-mse-cls-dot-v2](https://huggingface.co/datasets/sentence-transformers/msmarco-distilbert-margin-mse-cls-dot-v2)
|
75 |
+
* [msmarco-distilbert-margin-mse-cls-dot-v1](https://huggingface.co/datasets/sentence-transformers/msmarco-distilbert-margin-mse-cls-dot-v1)
|
76 |
+
* [msmarco-distilbert-margin-mse-mean-dot-v1](https://huggingface.co/datasets/sentence-transformers/msmarco-distilbert-margin-mse-mean-dot-v1)
|
77 |
+
* [msmarco-mpnet-margin-mse-mean-v1](https://huggingface.co/datasets/sentence-transformers/msmarco-mpnet-margin-mse-mean-v1)
|
78 |
+
* [msmarco-co-condenser-margin-mse-cls-v1](https://huggingface.co/datasets/sentence-transformers/msmarco-co-condenser-margin-mse-cls-v1)
|
79 |
+
* [msmarco-distilbert-margin-mse-mnrl-mean-v1](https://huggingface.co/datasets/sentence-transformers/msmarco-distilbert-margin-mse-mnrl-mean-v1)
|
80 |
+
* [msmarco-distilbert-margin-mse-sym-mnrl-mean-v1](https://huggingface.co/datasets/sentence-transformers/msmarco-distilbert-margin-mse-sym-mnrl-mean-v1)
|
81 |
+
* [msmarco-distilbert-margin-mse-sym-mnrl-mean-v2](https://huggingface.co/datasets/sentence-transformers/msmarco-distilbert-margin-mse-sym-mnrl-mean-v2)
|
82 |
+
* [msmarco-co-condenser-margin-mse-sym-mnrl-mean-v1](https://huggingface.co/datasets/sentence-transformers/msmarco-co-condenser-margin-mse-sym-mnrl-mean-v1)
|