Datasets:
Tasks:
Sentence Similarity
Formats:
csv
Languages:
German
Size:
10M - 100M
ArXiv:
Tags:
sentence-transformers
License:
formatting
Browse files
README.md
CHANGED
@@ -37,11 +37,11 @@ You probably don't want to use the dataset as it is, but filter it further.
|
|
37 |
This is what the additional columns of the dataset are for.
|
38 |
For us it has proven useful to delete the following pairs of sentences:
|
39 |
|
40 |
-
- `min_char_len
|
41 |
-
- `jaccard_similarity
|
42 |
-
- `de_token_count
|
43 |
-
- `en_de_token_count
|
44 |
-
- `cos_sim
|
45 |
|
46 |
## Columns description
|
47 |
- **`uuid`**: a uuid calculated with Python `uuid.uuid4()`
|
|
|
37 |
This is what the additional columns of the dataset are for.
|
38 |
For us it has proven useful to delete the following pairs of sentences:
|
39 |
|
40 |
+
- `min_char_len` less than 15
|
41 |
+
- `jaccard_similarity` greater than 0.3
|
42 |
+
- `de_token_count` greater than 30
|
43 |
+
- `en_de_token_count` greater than 30
|
44 |
+
- `cos_sim` less than .85
|
45 |
|
46 |
## Columns description
|
47 |
- **`uuid`**: a uuid calculated with Python `uuid.uuid4()`
|