danielheinz commited on
Commit
e51b0d6
1 Parent(s): 2ccdf86

Update README.md

Browse files

This is a filtered version of Philip May's German paraphrase dataset.

As the original author suggests, the dataset has been filtered, mostly following the guidelines set by the author. Any row that doesn't comply with the following conditions was filtered out:
- min_char_len < 25
- de_token_count > 30
- en_de_token_count > 30
- jaccard_similarity > 0.3
- cos_sim < 0.9

The dataset has been filtered for the sake of convenience, since smaller devices do not support such large files.

The filtered dataset contains 689150 rows.

## Licensing

Copyright (c) 2022 [Philip May](https://may.la/), [Deutsche Telekom AG](https://www.telekom.com/).

This work is licensed under [CC-BY-SA 4.0]([https://link-url-here.org](https://creativecommons.org/licenses/by-sa/4.0/).

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - de
5
+ size_categories:
6
+ - 100K<n<1M
7
+ ---