Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ size_categories:
|
|
8 |
task_categories:
|
9 |
- feature-extraction
|
10 |
- sentence-similarity
|
11 |
-
pretty_name: MS
|
12 |
tags:
|
13 |
- sentence-transformers
|
14 |
dataset_info:
|
@@ -355,7 +355,7 @@ configs:
|
|
355 |
path: triplet-ids/train-*
|
356 |
---
|
357 |
|
358 |
-
# MS
|
359 |
|
360 |
[MS MARCO](https://microsoft.github.io/msmarco/) is a large scale information retrieval corpus that was created based on real user search queries using the Bing search engine.
|
361 |
For each query and gold positive passage, the 50 most similar paragraphs were mined using 13 different models. The resulting data can be used to train [Sentence Transformer models](https://www.sbert.net).
|
|
|
8 |
task_categories:
|
9 |
- feature-extraction
|
10 |
- sentence-similarity
|
11 |
+
pretty_name: MS MARCO with hard negatives from distilbert-margin-mse-sym-mnrl-mean-v2
|
12 |
tags:
|
13 |
- sentence-transformers
|
14 |
dataset_info:
|
|
|
355 |
path: triplet-ids/train-*
|
356 |
---
|
357 |
|
358 |
+
# MS MARCO with hard negatives from distilbert-margin-mse-sym-mnrl-mean-v2
|
359 |
|
360 |
[MS MARCO](https://microsoft.github.io/msmarco/) is a large scale information retrieval corpus that was created based on real user search queries using the Bing search engine.
|
361 |
For each query and gold positive passage, the 50 most similar paragraphs were mined using 13 different models. The resulting data can be used to train [Sentence Transformer models](https://www.sbert.net).
|