system HF staff commited on
Commit
4b55aa2
1 Parent(s): 7faf1fa

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://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq](https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq)
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:** 3647.70 MB
38
  - **Total amount of disk used:** 7046.46 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  ASNQ is a dataset for answer sentence selection derived from
43
  Google's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019).
@@ -54,19 +54,19 @@ and
54
 
55
  https://research.google/pubs/pub47761/
56
 
57
- ### [Supported Tasks](#supported-tasks)
58
 
59
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
60
 
61
- ### [Languages](#languages)
62
 
63
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
64
 
65
- ## [Dataset Structure](#dataset-structure)
66
 
67
  We show detailed information for up to 5 configurations of the dataset.
68
 
69
- ### [Data Instances](#data-instances)
70
 
71
  #### default
72
 
@@ -85,7 +85,7 @@ An example of 'validation' looks as follows.
85
  }
86
  ```
87
 
88
- ### [Data Fields](#data-fields)
89
 
90
  The data fields are the same among all splits.
91
 
@@ -96,55 +96,55 @@ The data fields are the same among all splits.
96
  - `sentence_in_long_answer`: a `bool` feature.
97
  - `short_answer_in_sentence`: a `bool` feature.
98
 
99
- ### [Data Splits Sample Size](#data-splits-sample-size)
100
 
101
  | name | train |validation|
102
  |-------|-------:|---------:|
103
  |default|20377568| 930062|
104
 
105
- ## [Dataset Creation](#dataset-creation)
106
 
107
- ### [Curation Rationale](#curation-rationale)
108
 
109
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
 
111
- ### [Source Data](#source-data)
112
 
113
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
 
115
- ### [Annotations](#annotations)
116
 
117
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
 
119
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
124
 
125
- ### [Social Impact of Dataset](#social-impact-of-dataset)
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
- ### [Discussion of Biases](#discussion-of-biases)
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
- ### [Other Known Limitations](#other-known-limitations)
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
- ## [Additional Information](#additional-information)
138
 
139
- ### [Dataset Curators](#dataset-curators)
140
 
141
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
 
143
- ### [Licensing Information](#licensing-information)
144
 
145
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
 
147
- ### [Citation Information](#citation-information)
148
 
149
  ```
150
  @article{garg2019tanda,
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq](https://github.com/alexa/wqa_tanda#answer-sentence-natural-questions-asnq)
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:** 3647.70 MB
38
  - **Total amount of disk used:** 7046.46 MB
39
 
40
+ ### Dataset Summary
41
 
42
  ASNQ is a dataset for answer sentence selection derived from
43
  Google's Natural Questions (NQ) dataset (Kwiatkowski et al. 2019).
54
 
55
  https://research.google/pubs/pub47761/
56
 
57
+ ### Supported Tasks
58
 
59
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
60
 
61
+ ### Languages
62
 
63
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
64
 
65
+ ## Dataset Structure
66
 
67
  We show detailed information for up to 5 configurations of the dataset.
68
 
69
+ ### Data Instances
70
 
71
  #### default
72
 
85
  }
86
  ```
87
 
88
+ ### Data Fields
89
 
90
  The data fields are the same among all splits.
91
 
96
  - `sentence_in_long_answer`: a `bool` feature.
97
  - `short_answer_in_sentence`: a `bool` feature.
98
 
99
+ ### Data Splits Sample Size
100
 
101
  | name | train |validation|
102
  |-------|-------:|---------:|
103
  |default|20377568| 930062|
104
 
105
+ ## Dataset Creation
106
 
107
+ ### Curation Rationale
108
 
109
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
 
111
+ ### Source Data
112
 
113
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
 
115
+ ### Annotations
116
 
117
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
 
119
+ ### Personal and Sensitive Information
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
+ ## Considerations for Using the Data
124
 
125
+ ### Social Impact of Dataset
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
+ ### Discussion of Biases
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
+ ### Other Known Limitations
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
+ ## Additional Information
138
 
139
+ ### Dataset Curators
140
 
141
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
142
 
143
+ ### Licensing Information
144
 
145
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
 
147
+ ### Citation Information
148
 
149
  ```
150
  @article{garg2019tanda,