Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ configs:
|
|
| 26 |
---
|
| 27 |
# Description
|
| 28 |
|
| 29 |
-
This dataset has been
|
| 30 |
|
| 31 |
## Fields
|
| 32 |
|
|
|
|
| 26 |
---
|
| 27 |
# Description
|
| 28 |
|
| 29 |
+
This dataset has been built from the MBPP dataset for fine tuning dense retrieval models. The dataset was created by using the first 70% points from the MBPP dataset. We created triplets corresponding to all negatives for a positive pair. Hence there are n * (n - 1) triplets for n pairs(since we have n-1 negative examples for every anchor-positive pair). Using a random seed of 10, we split these triplets into train and test subsest with a 70:30 ratio.
|
| 30 |
|
| 31 |
## Fields
|
| 32 |
|