system HF staff commited on
Commit
0defb13
1 Parent(s): 31a153c

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://ai.google.com/research/NaturalQuestions/dataset](https://ai.google.com/research/NaturalQuestions/dataset)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,7 +37,7 @@
37
  - **Size of the generated dataset:** 95175.86 MB
38
  - **Total amount of disk used:** 138157.19 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  The NQ corpus contains questions from real users, and it requires QA systems to
43
  read and comprehend an entire Wikipedia article that may or may not contain the
@@ -45,19 +45,19 @@ answer to the question. The inclusion of real user questions, and the
45
  requirement that solutions should read an entire page to find the answer, cause
46
  NQ to be a more realistic and challenging task than prior QA datasets.
47
 
48
- ### [Supported Tasks](#supported-tasks)
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
- ### [Languages](#languages)
53
 
54
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
 
56
- ## [Dataset Structure](#dataset-structure)
57
 
58
  We show detailed information for up to 5 configurations of the dataset.
59
 
60
- ### [Data Instances](#data-instances)
61
 
62
  #### default
63
 
@@ -70,7 +70,7 @@ An example of 'train' looks as follows.
70
 
71
  ```
72
 
73
- ### [Data Fields](#data-fields)
74
 
75
  The data fields are the same among all splits.
76
 
@@ -98,55 +98,55 @@ The data fields are the same among all splits.
98
  - `text`: a `string` feature.
99
  - `yes_no_answer`: a classification label, with possible values including `NO` (0), `YES` (1).
100
 
101
- ### [Data Splits Sample Size](#data-splits-sample-size)
102
 
103
  | name |train |validation|
104
  |-------|-----:|---------:|
105
  |default|307373| 7830|
106
 
107
- ## [Dataset Creation](#dataset-creation)
108
 
109
- ### [Curation Rationale](#curation-rationale)
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
- ### [Source Data](#source-data)
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
- ### [Annotations](#annotations)
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
122
 
123
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
 
125
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
126
 
127
- ### [Social Impact of Dataset](#social-impact-of-dataset)
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
- ### [Discussion of Biases](#discussion-of-biases)
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
- ### [Other Known Limitations](#other-known-limitations)
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
- ## [Additional Information](#additional-information)
140
 
141
- ### [Dataset Curators](#dataset-curators)
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
- ### [Licensing Information](#licensing-information)
146
 
147
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
 
149
- ### [Citation Information](#citation-information)
150
 
151
  ```
152
 
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://ai.google.com/research/NaturalQuestions/dataset](https://ai.google.com/research/NaturalQuestions/dataset)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 95175.86 MB
38
  - **Total amount of disk used:** 138157.19 MB
39
 
40
+ ### Dataset Summary
41
 
42
  The NQ corpus contains questions from real users, and it requires QA systems to
43
  read and comprehend an entire Wikipedia article that may or may not contain the
 
45
  requirement that solutions should read an entire page to find the answer, cause
46
  NQ to be a more realistic and challenging task than prior QA datasets.
47
 
48
+ ### Supported Tasks
49
 
50
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
 
52
+ ### Languages
53
 
54
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
 
56
+ ## Dataset Structure
57
 
58
  We show detailed information for up to 5 configurations of the dataset.
59
 
60
+ ### Data Instances
61
 
62
  #### default
63
 
 
70
 
71
  ```
72
 
73
+ ### Data Fields
74
 
75
  The data fields are the same among all splits.
76
 
 
98
  - `text`: a `string` feature.
99
  - `yes_no_answer`: a classification label, with possible values including `NO` (0), `YES` (1).
100
 
101
+ ### Data Splits Sample Size
102
 
103
  | name |train |validation|
104
  |-------|-----:|---------:|
105
  |default|307373| 7830|
106
 
107
+ ## Dataset Creation
108
 
109
+ ### Curation Rationale
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
+ ### Source Data
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
+ ### Annotations
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
+ ### Personal and Sensitive Information
122
 
123
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
 
125
+ ## Considerations for Using the Data
126
 
127
+ ### Social Impact of Dataset
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
+ ### Discussion of Biases
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
+ ### Other Known Limitations
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
+ ## Additional Information
140
 
141
+ ### Dataset Curators
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
+ ### Licensing Information
146
 
147
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
 
149
+ ### Citation Information
150
 
151
  ```
152