Update README.md
Browse files
README.md
CHANGED
@@ -188,7 +188,7 @@ This is a reformatting of the cMedQAv2 dataset used to train the [BGE-M3 model](
|
|
188 |
* Collection strategy: Reading the jsonl file in the `cMedQAv2` directory in [Shitao/bge-m3-data](https://huggingface.co/datasets/Shitao/bge-m3-data) and taking only the first positive and first negative.
|
189 |
* Deduplified: No
|
190 |
|
191 |
-
### `triplet-
|
192 |
|
193 |
* Columns: "anchor", "positive", "negative_1", ..., "negative_50"
|
194 |
* Column types: `str`, ..., `str`
|
|
|
188 |
* Collection strategy: Reading the jsonl file in the `cMedQAv2` directory in [Shitao/bge-m3-data](https://huggingface.co/datasets/Shitao/bge-m3-data) and taking only the first positive and first negative.
|
189 |
* Deduplified: No
|
190 |
|
191 |
+
### `triplet-50` subset
|
192 |
|
193 |
* Columns: "anchor", "positive", "negative_1", ..., "negative_50"
|
194 |
* Column types: `str`, ..., `str`
|