Joelito commited on
Commit
cfd4f87
1 Parent(s): bcafdef

added dataset card

Browse files
Files changed (1) hide show
  1. README.md +190 -0
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - other
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - bg
8
+ - cs
9
+ - da
10
+ - de
11
+ - el
12
+ - en
13
+ - es
14
+ - et
15
+ - fi
16
+ - fr
17
+ - ga
18
+ - hr
19
+ - hu
20
+ - it
21
+ - lt
22
+ - lv
23
+ - mt
24
+ - nl
25
+ - pl
26
+ - pt
27
+ - ro
28
+ - sk
29
+ - sl
30
+ - sv
31
+ license:
32
+ - cc-by-4.0
33
+ multilinguality:
34
+ - multilingual
35
+ paperswithcode_id: null
36
+ pretty_name: "EUWikipedias: A dataset of Wikipedias in the EU languages"
37
+ size_categories:
38
+ - 10M<n<100M
39
+ source_datasets:
40
+ - original
41
+ task_categories:
42
+ - fill-mask
43
+
44
+ ---
45
+
46
+ # Dataset Card for EUWikipedias: A dataset of Wikipedias in the EU languages
47
+
48
+ ## Table of Contents
49
+
50
+ - [Table of Contents](#table-of-contents)
51
+ - [Dataset Description](#dataset-description)
52
+ - [Dataset Summary](#dataset-summary)
53
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
54
+ - [Languages](#languages)
55
+ - [Dataset Structure](#dataset-structure)
56
+ - [Data Instances](#data-instances)
57
+ - [Data Fields](#data-fields)
58
+ - [Data Splits](#data-splits)
59
+ - [Dataset Creation](#dataset-creation)
60
+ - [Curation Rationale](#curation-rationale)
61
+ - [Source Data](#source-data)
62
+ - [Annotations](#annotations)
63
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
64
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
65
+ - [Social Impact of Dataset](#social-impact-of-dataset)
66
+ - [Discussion of Biases](#discussion-of-biases)
67
+ - [Other Known Limitations](#other-known-limitations)
68
+ - [Additional Information](#additional-information)
69
+ - [Dataset Curators](#dataset-curators)
70
+ - [Licensing Information](#licensing-information)
71
+ - [Citation Information](#citation-information)
72
+ - [Contributions](#contributions)
73
+
74
+ ## Dataset Description
75
+
76
+ - **Homepage:**
77
+ - **Repository:**
78
+ - **Paper:**
79
+ - **Leaderboard:**
80
+ - **Point of Contact:** [Joel Niklaus](mailto:joel.niklaus.2@bfh.ch)
81
+
82
+ ### Dataset Summary
83
+
84
+ Wikipedia dataset containing cleaned articles of all languages.
85
+ The datasets are built from the Wikipedia dump
86
+ (https://dumps.wikimedia.org/) with one split per language. Each example
87
+ contains the content of one full Wikipedia article with cleaning to strip
88
+ markdown and unwanted sections (references, etc.).
89
+
90
+ ### Supported Tasks and Leaderboards
91
+
92
+ The dataset supports the tasks of fill-mask.
93
+
94
+ ### Languages
95
+
96
+ The following languages are supported:
97
+ bg, cs, da, de, el, en, es, et, fi, fr, ga, hr, hu, it, lt, lv, mt, nl, pl, pt, ro, sk, sl, sv
98
+
99
+ ## Dataset Structure
100
+
101
+ It is structured in the following format: {date}/{language}_{shard}.jsonl.xz
102
+ At the moment only the date '20221120' is supported.
103
+
104
+ Use the dataset like this:
105
+ ```python
106
+ from datasets import load_dataset
107
+
108
+ dataset = load_dataset('joelito/EU_Wikipedias', date="20221120", language="de", split='train', streaming=True)
109
+ ```
110
+
111
+
112
+ ### Data Instances
113
+
114
+ The file format is jsonl.xz and there is one split available (`train`).
115
+
116
+ ### Data Fields
117
+
118
+ [More Information Needed]
119
+
120
+ ### Data Splits
121
+
122
+ [More Information Needed]
123
+
124
+ ## Dataset Creation
125
+
126
+ This dataset has been created by downloading the wikipedias using [olm/wikipedia](https://huggingface.co/datasets/olm/wikipedia) for the 24 EU languages.
127
+ For more information about the creation of the dataset please refer to prepare_wikipedias.py
128
+
129
+ ### Curation Rationale
130
+
131
+ [More Information Needed]
132
+
133
+ ### Source Data
134
+
135
+ #### Initial Data Collection and Normalization
136
+
137
+ [More Information Needed]
138
+
139
+ #### Who are the source language producers?
140
+
141
+ [More Information Needed]
142
+
143
+
144
+ ### Annotations
145
+
146
+ #### Annotation process
147
+
148
+ [More Information Needed]
149
+
150
+ #### Who are the annotators?
151
+
152
+ [More Information Needed]
153
+
154
+ ### Personal and Sensitive Information
155
+
156
+ [More Information Needed]
157
+
158
+ ## Considerations for Using the Data
159
+
160
+ ### Social Impact of Dataset
161
+
162
+ [More Information Needed]
163
+
164
+ ### Discussion of Biases
165
+
166
+ [More Information Needed]
167
+
168
+ ### Other Known Limitations
169
+
170
+ [More Information Needed]
171
+
172
+ ## Additional Information
173
+
174
+ ### Dataset Curators
175
+
176
+ [More Information Needed]
177
+
178
+ ### Licensing Information
179
+
180
+ [More Information Needed]
181
+
182
+ ### Citation Information
183
+
184
+ ```
185
+ TODO add citation
186
+ ```
187
+
188
+ ### Contributions
189
+
190
+ Thanks to [@JoelNiklaus](https://github.com/joelniklaus) for adding this dataset.