Datasets:

Languages:
English
ArXiv:
License:
system HF staff commited on
Commit
8623083
·
1 Parent(s): fae9484

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/salesforce/WikiSQL](https://github.com/salesforce/WikiSQL)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,23 +37,23 @@
37
  - **Size of the generated dataset:** 147.57 MB
38
  - **Total amount of disk used:** 172.52 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  A large crowd-sourced dataset for developing natural language interfaces for relational databases
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
  #### default
59
 
@@ -82,7 +82,7 @@ This example was too long and was cropped:
82
  }
83
  ```
84
 
85
- ### [Data Fields](#data-fields)
86
 
87
  The data fields are the same among all splits.
88
 
@@ -107,55 +107,55 @@ The data fields are the same among all splits.
107
  - `operator_index`: a `int32` feature.
108
  - `condition`: a `string` feature.
109
 
110
- ### [Data Splits Sample Size](#data-splits-sample-size)
111
 
112
  | name |train|validation|test |
113
  |-------|----:|---------:|----:|
114
  |default|56355| 8421|15878|
115
 
116
- ## [Dataset Creation](#dataset-creation)
117
 
118
- ### [Curation Rationale](#curation-rationale)
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
- ### [Source Data](#source-data)
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
- ### [Annotations](#annotations)
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
131
 
132
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
 
134
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
135
 
136
- ### [Social Impact of Dataset](#social-impact-of-dataset)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ### [Discussion of Biases](#discussion-of-biases)
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
- ### [Other Known Limitations](#other-known-limitations)
145
 
146
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
 
148
- ## [Additional Information](#additional-information)
149
 
150
- ### [Dataset Curators](#dataset-curators)
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
- ### [Licensing Information](#licensing-information)
155
 
156
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
 
158
- ### [Citation Information](#citation-information)
159
 
160
  ```
161
  @article{zhongSeq2SQL2017,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/salesforce/WikiSQL](https://github.com/salesforce/WikiSQL)
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:** 147.57 MB
38
  - **Total amount of disk used:** 172.52 MB
39
 
40
+ ### Dataset Summary
41
 
42
  A large crowd-sourced dataset for developing natural language interfaces for relational databases
43
 
44
+ ### 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
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
53
 
54
  We show detailed information for up to 5 configurations of the dataset.
55
 
56
+ ### Data Instances
57
 
58
  #### default
59
 
 
82
  }
83
  ```
84
 
85
+ ### Data Fields
86
 
87
  The data fields are the same among all splits.
88
 
 
107
  - `operator_index`: a `int32` feature.
108
  - `condition`: a `string` feature.
109
 
110
+ ### Data Splits Sample Size
111
 
112
  | name |train|validation|test |
113
  |-------|----:|---------:|----:|
114
  |default|56355| 8421|15878|
115
 
116
+ ## Dataset Creation
117
 
118
+ ### Curation Rationale
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
+ ### Source Data
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
+ ### Annotations
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
+ ### Personal and Sensitive Information
131
 
132
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
 
134
+ ## Considerations for Using the Data
135
 
136
+ ### Social Impact of Dataset
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ### Discussion of Biases
141
 
142
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
143
 
144
+ ### Other Known Limitations
145
 
146
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
 
148
+ ## Additional Information
149
 
150
+ ### Dataset Curators
151
 
152
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
 
154
+ ### Licensing Information
155
 
156
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
157
 
158
+ ### Citation Information
159
 
160
  ```
161
  @article{zhongSeq2SQL2017,