Muennighoff
commited on
Commit
•
4fefa0a
1
Parent(s):
1a513d1
Update README.md
Browse files
README.md
CHANGED
@@ -67,6 +67,5 @@ dataset_info:
|
|
67 |
download_size: 419397499659
|
68 |
dataset_size: 3188486875748
|
69 |
---
|
70 |
-
# Dataset Card for "oscar-dedup"
|
71 |
|
72 |
-
|
|
|
67 |
download_size: 419397499659
|
68 |
dataset_size: 3188486875748
|
69 |
---
|
|
|
70 |
|
71 |
+
this is the one where we build the suffix array for 25% Oscar and only deduplicate that part - by deduplication I mean removing any document which has an at least 100-char span overlapping with another document in the 25% chunk. This is very strict and preserves only about 20 million documents, so less then 5% of the full Oscar.
|