system HF staff commited on
Commit
3b31840
1 Parent(s): 25c08af

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/cos-e](https://github.com/salesforce/cos-e)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,25 +37,25 @@
37
  - **Size of the generated dataset:** 5.14 MB
38
  - **Total amount of disk used:** 15.47 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Common Sense Explanations (CoS-E) allows for training language models to
43
  automatically generate explanations that can be used during training and
44
  inference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.
45
 
46
- ### [Supported Tasks](#supported-tasks)
47
 
48
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
49
 
50
- ### [Languages](#languages)
51
 
52
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
- ## [Dataset Structure](#dataset-structure)
55
 
56
  We show detailed information for up to 5 configurations of the dataset.
57
 
58
- ### [Data Instances](#data-instances)
59
 
60
  #### v1.0
61
 
@@ -93,7 +93,7 @@ An example of 'train' looks as follows.
93
  }
94
  ```
95
 
96
- ### [Data Fields](#data-fields)
97
 
98
  The data fields are the same among all splits.
99
 
@@ -113,56 +113,56 @@ The data fields are the same among all splits.
113
  - `abstractive_explanation`: a `string` feature.
114
  - `extractive_explanation`: a `string` feature.
115
 
116
- ### [Data Splits Sample Size](#data-splits-sample-size)
117
 
118
  |name |train|validation|
119
  |-----|----:|---------:|
120
  |v1.0 | 7610| 950|
121
  |v1.11| 9741| 1221|
122
 
123
- ## [Dataset Creation](#dataset-creation)
124
 
125
- ### [Curation Rationale](#curation-rationale)
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
- ### [Source Data](#source-data)
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
- ### [Annotations](#annotations)
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
142
 
143
- ### [Social Impact of Dataset](#social-impact-of-dataset)
144
 
145
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
 
147
- ### [Discussion of Biases](#discussion-of-biases)
148
 
149
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
 
151
- ### [Other Known Limitations](#other-known-limitations)
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
- ## [Additional Information](#additional-information)
156
 
157
- ### [Dataset Curators](#dataset-curators)
158
 
159
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
160
 
161
- ### [Licensing Information](#licensing-information)
162
 
163
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
164
 
165
- ### [Citation Information](#citation-information)
166
 
167
  ```
168
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/salesforce/cos-e](https://github.com/salesforce/cos-e)
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:** 5.14 MB
38
  - **Total amount of disk used:** 15.47 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Common Sense Explanations (CoS-E) allows for training language models to
43
  automatically generate explanations that can be used during training and
44
  inference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.
45
 
46
+ ### Supported Tasks
47
 
48
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
49
 
50
+ ### Languages
51
 
52
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
 
54
+ ## Dataset Structure
55
 
56
  We show detailed information for up to 5 configurations of the dataset.
57
 
58
+ ### Data Instances
59
 
60
  #### v1.0
61
 
93
  }
94
  ```
95
 
96
+ ### Data Fields
97
 
98
  The data fields are the same among all splits.
99
 
113
  - `abstractive_explanation`: a `string` feature.
114
  - `extractive_explanation`: a `string` feature.
115
 
116
+ ### Data Splits Sample Size
117
 
118
  |name |train|validation|
119
  |-----|----:|---------:|
120
  |v1.0 | 7610| 950|
121
  |v1.11| 9741| 1221|
122
 
123
+ ## Dataset Creation
124
 
125
+ ### Curation Rationale
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
+ ### Source Data
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
+ ### Annotations
134
 
135
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
 
137
+ ### Personal and Sensitive Information
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
+ ## Considerations for Using the Data
142
 
143
+ ### Social Impact of Dataset
144
 
145
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
 
147
+ ### Discussion of Biases
148
 
149
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
 
151
+ ### Other Known Limitations
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
+ ## Additional Information
156
 
157
+ ### Dataset Curators
158
 
159
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
160
 
161
+ ### Licensing Information
162
 
163
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
164
 
165
+ ### Citation Information
166
 
167
  ```
168