system HF staff commited on
Commit
572d0fd
·
1 Parent(s): 9e84715

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +171 -0
README.md ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "wiki_snippets"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://dumps.wikimedia.org](https://dumps.wikimedia.org)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 0.00 MB
37
+ - **Size of the generated dataset:** 35001.08 MB
38
+ - **Total amount of disk used:** 35001.08 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Wikipedia version split into plain text snippets for dense semantic indexing.
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### wiki40b_en_100_0
59
+
60
+ - **Size of downloaded dataset files:** 0.00 MB
61
+ - **Size of the generated dataset:** 12268.10 MB
62
+ - **Total amount of disk used:** 12268.10 MB
63
+
64
+ An example of 'train' looks as follows.
65
+ ```
66
+
67
+ ```
68
+
69
+ #### wikipedia_en_100_0
70
+
71
+ - **Size of downloaded dataset files:** 0.00 MB
72
+ - **Size of the generated dataset:** 22732.97 MB
73
+ - **Total amount of disk used:** 22732.97 MB
74
+
75
+ An example of 'train' looks as follows.
76
+ ```
77
+
78
+ ```
79
+
80
+ ### [Data Fields](#data-fields)
81
+
82
+ The data fields are the same among all splits.
83
+
84
+ #### wiki40b_en_100_0
85
+ - `_id`: a `string` feature.
86
+ - `datasets_id`: a `int32` feature.
87
+ - `wiki_id`: a `string` feature.
88
+ - `start_paragraph`: a `int32` feature.
89
+ - `start_character`: a `int32` feature.
90
+ - `end_paragraph`: a `int32` feature.
91
+ - `end_character`: a `int32` feature.
92
+ - `article_title`: a `string` feature.
93
+ - `section_title`: a `string` feature.
94
+ - `passage_text`: a `string` feature.
95
+
96
+ #### wikipedia_en_100_0
97
+ - `_id`: a `string` feature.
98
+ - `datasets_id`: a `int32` feature.
99
+ - `wiki_id`: a `string` feature.
100
+ - `start_paragraph`: a `int32` feature.
101
+ - `start_character`: a `int32` feature.
102
+ - `end_paragraph`: a `int32` feature.
103
+ - `end_character`: a `int32` feature.
104
+ - `article_title`: a `string` feature.
105
+ - `section_title`: a `string` feature.
106
+ - `passage_text`: a `string` feature.
107
+
108
+ ### [Data Splits Sample Size](#data-splits-sample-size)
109
+
110
+ | name | train |
111
+ |------------------|-------:|
112
+ |wiki40b_en_100_0 |17553713|
113
+ |wikipedia_en_100_0|30820408|
114
+
115
+ ## [Dataset Creation](#dataset-creation)
116
+
117
+ ### [Curation Rationale](#curation-rationale)
118
+
119
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
+
121
+ ### [Source Data](#source-data)
122
+
123
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
+
125
+ ### [Annotations](#annotations)
126
+
127
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+
129
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
130
+
131
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
+
133
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
134
+
135
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
136
+
137
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
+
139
+ ### [Discussion of Biases](#discussion-of-biases)
140
+
141
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
+
143
+ ### [Other Known Limitations](#other-known-limitations)
144
+
145
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
+
147
+ ## [Additional Information](#additional-information)
148
+
149
+ ### [Dataset Curators](#dataset-curators)
150
+
151
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
152
+
153
+ ### [Licensing Information](#licensing-information)
154
+
155
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
156
+
157
+ ### [Citation Information](#citation-information)
158
+
159
+ ```
160
+ @ONLINE {wikidump,
161
+ author = "Wikimedia Foundation",
162
+ title = "Wikimedia Downloads",
163
+ url = "https://dumps.wikimedia.org"
164
+ }
165
+
166
+ ```
167
+
168
+
169
+ ### Contributions
170
+
171
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@mariamabarham](https://github.com/mariamabarham), [@yjernite](https://github.com/yjernite) for adding this dataset.