Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -177,6 +177,8 @@ pretty_name: C
|
|
177 |
|
178 |
CrawlPT is a generic Portuguese corpus extracted from various web pages.
|
179 |
|
|
|
|
|
180 |
## Dataset Details
|
181 |
|
182 |
Dataset is composed by three corpora:
|
@@ -186,48 +188,13 @@ Dataset is composed by three corpora:
|
|
186 |
- **C100-PT**: Portuguese subset from CC-100. C100 was created for training the multilingual Transformer XLM-R, containing two terabytes of cleaned data from 2018 snapshots of the [Common Crawl project](\url{https://commoncrawl.org/about/) in 100 languages. We use the , which contains 49.1 GiB of text.
|
187 |
- **OSCAR-2301-PT**: curation from OSCAR-2301 in the Portuguese language.
|
188 |
|
189 |
-
|
190 |
|
191 |
-
- **Curated by:** [More Information Needed]
|
192 |
-
- **Funded by:** [More Information Needed]
|
193 |
- **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
|
194 |
- **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
|
195 |
-
|
196 |
-
### Dataset Sources
|
197 |
-
|
198 |
- **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
|
199 |
- **Paper:** [More Information Needed]
|
200 |
|
201 |
-
## Dataset Structure
|
202 |
-
|
203 |
-
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
204 |
-
|
205 |
-
[More Information Needed]
|
206 |
-
|
207 |
-
## Data Collection and Processing
|
208 |
-
|
209 |
-
Raw corpora sizes in terms of billions of tokens and file size in GiB:
|
210 |
-
|
211 |
-
| Corpus | Domain | Tokens (B) | Size (GiB) |
|
212 |
-
|-----------------|:-------:|:----------:|:----------:|
|
213 |
-
| brWaC | General | 2.7 | 16.3 |
|
214 |
-
| CC100 (PT) | General | 8.4 | 49.1 |
|
215 |
-
| OSCAR-2301 (PT) | General | 18.1 | 97.8 |
|
216 |
-
|
217 |
-
|
218 |
-
CrawlPT is deduplicated using [MinHash algorithm](https://dl.acm.org/doi/abs/10.5555/647819.736184) and [Locality Sensitive Hashing](https://dspace.mit.edu/bitstream/handle/1721.1/134231/v008a014.pdf?sequence=2&isAllowed=y), following the approach of [Lee et al. (2022)](http://arxiv.org/abs/2107.06499).
|
219 |
-
|
220 |
-
We used 5-grams and a signature of size 256, considering two documents to be identical if their Jaccard Similarity exceeded 0.7.
|
221 |
-
Deduplicate rate found by the Minhash-LSH algorithm for the CrawlPT corpus:
|
222 |
-
|
223 |
-
| Corpus | Documents | Docs. after deduplicatio} | Duplicates (%) |
|
224 |
-
|------------------------|:----------:|:-------------------------:|:--------------:|
|
225 |
-
| brWaC | 3,530,796 | 3,513,588 | 0.49 |
|
226 |
-
| OSCAR-2301 (PT Subset) | 18,031,400 | 10,888,966 | 39.61 |
|
227 |
-
| CC100 (PT Subset) | 38,999,388 | 38,059,979 | 2.41 |
|
228 |
-
| Total (CrawlPT) | 60,561,584 | 52,462,533 | 13.37 |
|
229 |
-
|
230 |
-
|
231 |
## Citation
|
232 |
|
233 |
```bibtex
|
|
|
177 |
|
178 |
CrawlPT is a generic Portuguese corpus extracted from various web pages.
|
179 |
|
180 |
+
This is the raw version. Deduplicated version is [available here](https://huggingface.co/datasets/eduagarcia/CrawlPT_dedup).
|
181 |
+
|
182 |
## Dataset Details
|
183 |
|
184 |
Dataset is composed by three corpora:
|
|
|
188 |
- **C100-PT**: Portuguese subset from CC-100. C100 was created for training the multilingual Transformer XLM-R, containing two terabytes of cleaned data from 2018 snapshots of the [Common Crawl project](\url{https://commoncrawl.org/about/) in 100 languages. We use the , which contains 49.1 GiB of text.
|
189 |
- **OSCAR-2301-PT**: curation from OSCAR-2301 in the Portuguese language.
|
190 |
|
191 |
+
### Dataset Description
|
192 |
|
|
|
|
|
193 |
- **Language(s) (NLP):** Brazilian Portuguese (pt-BR)
|
194 |
- **License:** [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/deed.en)
|
|
|
|
|
|
|
195 |
- **Repository:** https://github.com/eduagarcia/roberta-legal-portuguese
|
196 |
- **Paper:** [More Information Needed]
|
197 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
## Citation
|
199 |
|
200 |
```bibtex
|