Datasets:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "super_glue"
|
@@ -6,12 +7,12 @@
|
|
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
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -48,7 +49,7 @@ passage and a yes/no question about the passage. The questions are provided anon
|
|
48 |
unsolicited by users of the Google search engine, and afterwards paired with a paragraph from a
|
49 |
Wikipedia article containing the answer. Following the original work, we evaluate with accuracy.
|
50 |
|
51 |
-
### Supported Tasks
|
52 |
|
53 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
54 |
|
@@ -153,7 +154,7 @@ The data fields are the same among all splits.
|
|
153 |
- `idx`: a `int32` feature.
|
154 |
- `label`: a classification label, with possible values including `choice1` (0), `choice2` (1).
|
155 |
|
156 |
-
### Data Splits
|
157 |
|
158 |
#### axb
|
159 |
|
@@ -193,10 +194,22 @@ The data fields are the same among all splits.
|
|
193 |
|
194 |
### Source Data
|
195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
197 |
|
198 |
### Annotations
|
199 |
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
201 |
|
202 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: superglue
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "super_glue"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
49 |
unsolicited by users of the Google search engine, and afterwards paired with a paragraph from a
|
50 |
Wikipedia article containing the answer. Following the original work, we evaluate with accuracy.
|
51 |
|
52 |
+
### Supported Tasks and Leaderboards
|
53 |
|
54 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
55 |
|
|
|
154 |
- `idx`: a `int32` feature.
|
155 |
- `label`: a classification label, with possible values including `choice1` (0), `choice2` (1).
|
156 |
|
157 |
+
### Data Splits
|
158 |
|
159 |
#### axb
|
160 |
|
|
|
194 |
|
195 |
### Source Data
|
196 |
|
197 |
+
#### Initial Data Collection and Normalization
|
198 |
+
|
199 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
200 |
+
|
201 |
+
#### Who are the source language producers?
|
202 |
+
|
203 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
204 |
|
205 |
### Annotations
|
206 |
|
207 |
+
#### Annotation process
|
208 |
+
|
209 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
210 |
+
|
211 |
+
#### Who are the annotators?
|
212 |
+
|
213 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
214 |
|
215 |
### Personal and Sensitive Information
|