MtCelesteMa commited on
Commit
cd0265a
1 Parent(s): 0e1aa30

Added source information

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -6,6 +6,7 @@ size_categories:
6
  - 100K<n<1M
7
  language:
8
  - en
 
9
  ---
10
 
11
  # Dataset Card for MultiGLUE
@@ -37,10 +38,10 @@ Like the GLUE dataset, this dataset is in English.
37
  An example instance looks like this:
38
  ```
39
  {
40
- "label":1,
41
- "task":"cola",
42
- "sentence1":"The sailors rode the breeze clear of the rocks.",
43
- "sentence2":null
44
  }
45
  ```
46
 
@@ -67,7 +68,7 @@ An example instance looks like this:
67
 
68
  #### Initial Data Collection and Normalization
69
 
70
- [More Information Needed]
71
 
72
  #### Who are the source language producers?
73
 
 
6
  - 100K<n<1M
7
  language:
8
  - en
9
+ pretty_name: MultiGLUE
10
  ---
11
 
12
  # Dataset Card for MultiGLUE
 
38
  An example instance looks like this:
39
  ```
40
  {
41
+ "label": 1,
42
+ "task": "cola",
43
+ "sentence1": "The sailors rode the breeze clear of the rocks.",
44
+ "sentence2": null
45
  }
46
  ```
47
 
 
68
 
69
  #### Initial Data Collection and Normalization
70
 
71
+ This dataset is created by combining the cola, mrpc, qnli, qqp, rte, sst2, and wnli subsets of the GLUE dataset.
72
 
73
  #### Who are the source language producers?
74