Datasets:

Languages:
German
Multilinguality:
monolingual
Size Categories:
10M<n<100M
ArXiv:
License:
PhilipMay commited on
Commit
576bf9b
1 Parent(s): e13c71a

formatting

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 < 15`
41
- - `jaccard_similarity > 0.3`
42
- - `de_token_count > 30`
43
- - `en_de_token_count > 30`
44
- - `cos_sim < .85`
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()`