Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,6 @@ configs:
|
|
25 |
path: data/train-*
|
26 |
---
|
27 |
|
28 |
-
This is a cleaned version from the Quora dataset that solves a single problem with the original dataset - sentences can have multiple ids.
|
29 |
|
30 |
Created to minimise data leakage from your train, test and validation sets by allowing you to segregate and split by ID.
|
|
|
25 |
path: data/train-*
|
26 |
---
|
27 |
|
28 |
+
This is a cleaned version from the Quora dataset that solves a single problem with the original dataset - sentences can have multiple ids. We also removed 2 rows from the original dataset that contained an empty string - this causes problem when trying to run an embedding because a empty string cannot... be embedded by OpenAI and has no valid representation?
|
29 |
|
30 |
Created to minimise data leakage from your train, test and validation sets by allowing you to segregate and split by ID.
|