Update README.md
Browse files
README.md
CHANGED
@@ -101,7 +101,7 @@ This is a reformatting of the T2Ranking dataset used to train the [BGE-M3 model]
|
|
101 |
|
102 |
## Dataset Subsets
|
103 |
|
104 |
-
###
|
105 |
|
106 |
* Columns: "anchor", "positive", "negative"
|
107 |
* Column types: `str`, `str`, `str`
|
@@ -116,7 +116,7 @@ This is a reformatting of the T2Ranking dataset used to train the [BGE-M3 model]
|
|
116 |
* Collection strategy: Reading the T2Ranking jsonl files in [Shitao/bge-m3-data](https://huggingface.co/datasets/Shitao/bge-m3-data) and taking only the first positive and first negative.
|
117 |
* Deduplified: No
|
118 |
|
119 |
-
###
|
120 |
|
121 |
* Columns: "anchor", "positive", "negative_1", ..., "negative_15"
|
122 |
* Column types: `str`, ..., `str`
|
@@ -145,7 +145,7 @@ This is a reformatting of the T2Ranking dataset used to train the [BGE-M3 model]
|
|
145 |
* Collection strategy: Reading the T2Ranking jsonl files in [Shitao/bge-m3-data](https://huggingface.co/datasets/Shitao/bge-m3-data), using all positives and the 15 negatives.
|
146 |
* Deduplified: No
|
147 |
|
148 |
-
###
|
149 |
|
150 |
* Columns: "anchor", "positive", "negative"
|
151 |
* Column types: `str`, `str`, `str`
|
|
|
101 |
|
102 |
## Dataset Subsets
|
103 |
|
104 |
+
### `triplet` subset
|
105 |
|
106 |
* Columns: "anchor", "positive", "negative"
|
107 |
* Column types: `str`, `str`, `str`
|
|
|
116 |
* Collection strategy: Reading the T2Ranking jsonl files in [Shitao/bge-m3-data](https://huggingface.co/datasets/Shitao/bge-m3-data) and taking only the first positive and first negative.
|
117 |
* Deduplified: No
|
118 |
|
119 |
+
### `triplet-15` subset
|
120 |
|
121 |
* Columns: "anchor", "positive", "negative_1", ..., "negative_15"
|
122 |
* Column types: `str`, ..., `str`
|
|
|
145 |
* Collection strategy: Reading the T2Ranking jsonl files in [Shitao/bge-m3-data](https://huggingface.co/datasets/Shitao/bge-m3-data), using all positives and the 15 negatives.
|
146 |
* Deduplified: No
|
147 |
|
148 |
+
### `triplet-all` subset
|
149 |
|
150 |
* Columns: "anchor", "positive", "negative"
|
151 |
* Column types: `str`, `str`, `str`
|