Datasets:
Tasks:
Sentence Similarity
Formats:
csv
Languages:
German
Size:
10M - 100M
ArXiv:
Tags:
sentence-transformers
License:
add en col
Browse files
README.md
CHANGED
@@ -47,8 +47,9 @@ For us it has proven useful to delete the following pairs of sentences:
|
|
47 |
|
48 |
## Columns description
|
49 |
- **`uuid`**: a uuid calculated with Python `uuid.uuid4()`
|
|
|
50 |
- **`de`**: the original German texts from the corpus
|
51 |
-
- **`en_de`**: the German texts translated back from English
|
52 |
- **`corpus`**: the name of the corpus
|
53 |
- **`min_char_len`**: the number of characters of the shortest text
|
54 |
- **`jaccard_similarity`**: the [Jaccard similarity coefficient](https://en.wikipedia.org/wiki/Jaccard_index) of both sentences - see below for more details
|
|
|
47 |
|
48 |
## Columns description
|
49 |
- **`uuid`**: a uuid calculated with Python `uuid.uuid4()`
|
50 |
+
- **`en`**: the original English texts from the corpus
|
51 |
- **`de`**: the original German texts from the corpus
|
52 |
+
- **`en_de`**: the German texts translated back from English (from `en`)
|
53 |
- **`corpus`**: the name of the corpus
|
54 |
- **`min_char_len`**: the number of characters of the shortest text
|
55 |
- **`jaccard_similarity`**: the [Jaccard similarity coefficient](https://en.wikipedia.org/wiki/Jaccard_index) of both sentences - see below for more details
|