nanom commited on
Commit
076a694
1 Parent(s): 2c65a96

Create new file

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ language:
4
+ - 'es'
5
+ multilinguality:
6
+ - monolingual
7
+ pretty_name: "Unannotated Spanish 3 Billion Words Corpora"
8
+ license:
9
+ - mit
10
+ ---
11
+
12
+ # Dataset Card for Unannotated Spanish 3 Billion Words Corpora
13
+
14
+ ## Table of Contents
15
+ - [Table of Contents](#table-of-contents)
16
+ - [Dataset Description](#dataset-description)
17
+ - [Dataset Summary](#dataset-summary)
18
+ - [Languages](#languages)
19
+ - [Source Data](#source-data)
20
+ - [Data Subset](#data-subset)
21
+ - [Additional Information](#additional-information)
22
+ - [Licensing Information](#licensing-information)
23
+ - [Citation Information](#citation-information)
24
+
25
+
26
+ ## Dataset Description
27
+ - **Repository:** https://github.com/josecannete/spanish-corpora
28
+ - **Paper:** https://users.dcc.uchile.cl/~jperez/papers/pml4dc2020.pdf
29
+
30
+ ### Dataset Summary
31
+ * Number of lines: 300904000 (300M)
32
+ * Number of tokens: 2996016962 (3B)
33
+ * Number of chars: 18431160978 (18.4B)
34
+
35
+ ### Languages
36
+ * Spanish
37
+
38
+ ### Source Data
39
+ * Available to download here: [Zenodo](https://doi.org/10.5281/zenodo.3247731)
40
+
41
+ ### Data Subset
42
+ * Spanish Wikis: Wich include Wikipedia, Wikinews, Wikiquotes and more. These were first processed with wikiextractor (https://github.com/josecannete/wikiextractorforBERT) using the wikis dump of 20/04/2019.
43
+ * ParaCrawl: Spanish portion of ParaCrawl (http://opus.nlpl.eu/ParaCrawl.php)
44
+ * EUBookshop: Spanish portion of EUBookshop (http://opus.nlpl.eu/EUbookshop.php)
45
+ * MultiUN: Spanish portion of MultiUN (http://opus.nlpl.eu/MultiUN.php)
46
+ * OpenSubtitles: Spanish portion of OpenSubtitles2018 (http://opus.nlpl.eu/OpenSubtitles-v2018.php)
47
+ * DGC: Spanish portion of DGT (http://opus.nlpl.eu/DGT.php)
48
+ * DOGC: Spanish portion of DOGC (http://opus.nlpl.eu/DOGC.php)
49
+ * ECB: Spanish portion of ECB (http://opus.nlpl.eu/ECB.php)
50
+ * EMEA: Spanish portion of EMEA (http://opus.nlpl.eu/EMEA.php)
51
+ * Europarl: Spanish portion of Europarl (http://opus.nlpl.eu/Europarl.php)
52
+ * GlobalVoices: Spanish portion of GlobalVoices (http://opus.nlpl.eu/GlobalVoices.php)
53
+ * JRC: Spanish portion of JRC (http://opus.nlpl.eu/JRC-Acquis.php)
54
+ * News-Commentary11: Spanish portion of NCv11 (http://opus.nlpl.eu/News-Commentary-v11.php)
55
+ * TED: Spanish portion of TED (http://opus.nlpl.eu/TED2013.php)
56
+ * UN: Spanish portion of UN (http://opus.nlpl.eu/UN.php)
57
+
58
+ ## Additional Information
59
+
60
+ ### Licensing Information
61
+
62
+ * [MIT Licence](https://github.com/josecannete/spanish-corpora/blob/master/LICENSE)
63
+
64
+ ### Citation Information
65
+
66
+ ```
67
+ @dataset{jose_canete_2019_3247731,
68
+ author = {José Cañete},
69
+ title = {Compilation of Large Spanish Unannotated Corpora},
70
+ month = may,
71
+ year = 2019,
72
+ publisher = {Zenodo},
73
+ doi = {10.5281/zenodo.3247731},
74
+ url = {https://doi.org/10.5281/zenodo.3247731}
75
+ }
76
+
77
+ @inproceedings{CaneteCFP2020,
78
+ title={Spanish Pre-Trained BERT Model and Evaluation Data},
79
+ author={Cañete, José and Chaperon, Gabriel and Fuentes, Rodrigo and Ho, Jou-Hui and Kang, Hojin and Pérez, Jorge},
80
+ booktitle={PML4DC at ICLR 2020},
81
+ year={2020}
82
+ }
83
+ ```