eduagarcia commited on
Commit
3da0bb0
1 Parent(s): b114e97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -14,6 +14,14 @@ dataset_info:
14
  download_size: 52220169137
15
  dataset_size: 488218826601
16
  ---
17
- # Dataset Card for "mc4_dedup"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
14
  download_size: 52220169137
15
  dataset_size: 488218826601
16
  ---
17
+ # MC4-PT (deduplicated)
18
 
19
+ MC4-PT is the is the portuguese subset from [MC4](http://arxiv.org/abs/2010.11934).
20
+ MC4 is a multilingual colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: "https://commoncrawl.org".
21
+
22
+
23
+ This version is deduplicated using MinHash algorithm and Locality Sensitive Hashing, following the approach of Lee et al. (2022). The raw version is also available [here](https://huggingface.co/datasets/eduagarcia/mc4-pt).
24
+
25
+ ## Data Collection and Processing
26
+
27
+ We used 5-grams and a signature of size 256, considering two documents to be identical if their Jaccard Similarity exceeded 0.7.