Datasets:
Commit
•
a17903a
1
Parent(s):
c8b4538
Add sst2 data files
Browse files- README.md +15 -7
- dataset_infos.json +16 -29
- sst2/test-00000-of-00001.parquet +3 -0
- sst2/train-00000-of-00001.parquet +3 -0
- sst2/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -284,17 +284,17 @@ dataset_info:
|
|
284 |
- name: idx
|
285 |
dtype: int32
|
286 |
splits:
|
287 |
-
- name: test
|
288 |
-
num_bytes: 217556
|
289 |
-
num_examples: 1821
|
290 |
- name: train
|
291 |
-
num_bytes:
|
292 |
num_examples: 67349
|
293 |
- name: validation
|
294 |
-
num_bytes:
|
295 |
num_examples: 872
|
296 |
-
|
297 |
-
|
|
|
|
|
|
|
298 |
- config_name: stsb
|
299 |
features:
|
300 |
- name: sentence1
|
@@ -352,6 +352,14 @@ configs:
|
|
352 |
path: cola/validation-*
|
353 |
- split: test
|
354 |
path: cola/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
train-eval-index:
|
356 |
- config: cola
|
357 |
task: text-classification
|
|
|
284 |
- name: idx
|
285 |
dtype: int32
|
286 |
splits:
|
|
|
|
|
|
|
287 |
- name: train
|
288 |
+
num_bytes: 4681603
|
289 |
num_examples: 67349
|
290 |
- name: validation
|
291 |
+
num_bytes: 106252
|
292 |
num_examples: 872
|
293 |
+
- name: test
|
294 |
+
num_bytes: 216640
|
295 |
+
num_examples: 1821
|
296 |
+
download_size: 3331080
|
297 |
+
dataset_size: 5004495
|
298 |
- config_name: stsb
|
299 |
features:
|
300 |
- name: sentence1
|
|
|
352 |
path: cola/validation-*
|
353 |
- split: test
|
354 |
path: cola/test-*
|
355 |
+
- config_name: sst2
|
356 |
+
data_files:
|
357 |
+
- split: train
|
358 |
+
path: sst2/train-*
|
359 |
+
- split: validation
|
360 |
+
path: sst2/validation-*
|
361 |
+
- split: test
|
362 |
+
path: sst2/test-*
|
363 |
train-eval-index:
|
364 |
- config: cola
|
365 |
task: text-classification
|
dataset_infos.json
CHANGED
@@ -57,34 +57,28 @@
|
|
57 |
},
|
58 |
"sst2": {
|
59 |
"description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
|
60 |
-
"citation": "@inproceedings{socher2013recursive,\n title={Recursive deep models for semantic compositionality over a sentiment treebank},\n author={Socher, Richard and Perelygin, Alex and Wu, Jean and Chuang, Jason and Manning, Christopher D and Ng, Andrew and Potts, Christopher},\n booktitle={Proceedings of the 2013 conference on empirical methods in natural language processing},\n pages={1631--1642},\n year={2013}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n
|
61 |
-
"homepage": "https://
|
62 |
"license": "",
|
63 |
"features": {
|
64 |
"sentence": {
|
65 |
"dtype": "string",
|
66 |
-
"id": null,
|
67 |
"_type": "Value"
|
68 |
},
|
69 |
"label": {
|
70 |
-
"num_classes": 2,
|
71 |
"names": [
|
72 |
"negative",
|
73 |
"positive"
|
74 |
],
|
75 |
-
"names_file": null,
|
76 |
-
"id": null,
|
77 |
"_type": "ClassLabel"
|
78 |
},
|
79 |
"idx": {
|
80 |
"dtype": "int32",
|
81 |
-
"id": null,
|
82 |
"_type": "Value"
|
83 |
}
|
84 |
},
|
85 |
-
"post_processed": null,
|
86 |
-
"supervised_keys": null,
|
87 |
"builder_name": "glue",
|
|
|
88 |
"config_name": "sst2",
|
89 |
"version": {
|
90 |
"version_str": "1.0.0",
|
@@ -94,35 +88,28 @@
|
|
94 |
"patch": 0
|
95 |
},
|
96 |
"splits": {
|
97 |
-
"test": {
|
98 |
-
"name": "test",
|
99 |
-
"num_bytes": 217556,
|
100 |
-
"num_examples": 1821,
|
101 |
-
"dataset_name": "glue"
|
102 |
-
},
|
103 |
"train": {
|
104 |
"name": "train",
|
105 |
-
"num_bytes":
|
106 |
"num_examples": 67349,
|
107 |
-
"dataset_name":
|
108 |
},
|
109 |
"validation": {
|
110 |
"name": "validation",
|
111 |
-
"num_bytes":
|
112 |
"num_examples": 872,
|
113 |
-
"dataset_name":
|
114 |
-
}
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
"
|
119 |
-
"
|
120 |
}
|
121 |
},
|
122 |
-
"download_size":
|
123 |
-
"
|
124 |
-
"
|
125 |
-
"size_in_bytes": 12478808
|
126 |
},
|
127 |
"mrpc": {
|
128 |
"description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
|
|
|
57 |
},
|
58 |
"sst2": {
|
59 |
"description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
|
60 |
+
"citation": "@inproceedings{socher2013recursive,\n title={Recursive deep models for semantic compositionality over a sentiment treebank},\n author={Socher, Richard and Perelygin, Alex and Wu, Jean and Chuang, Jason and Manning, Christopher D and Ng, Andrew and Potts, Christopher},\n booktitle={Proceedings of the 2013 conference on empirical methods in natural language processing},\n pages={1631--1642},\n year={2013}\n}\n@inproceedings{wang2019glue,\n title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},\n author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},\n note={In the Proceedings of ICLR.},\n year={2019}\n}\n",
|
61 |
+
"homepage": "https://datasets.stanford.edu/sentiment/index.html",
|
62 |
"license": "",
|
63 |
"features": {
|
64 |
"sentence": {
|
65 |
"dtype": "string",
|
|
|
66 |
"_type": "Value"
|
67 |
},
|
68 |
"label": {
|
|
|
69 |
"names": [
|
70 |
"negative",
|
71 |
"positive"
|
72 |
],
|
|
|
|
|
73 |
"_type": "ClassLabel"
|
74 |
},
|
75 |
"idx": {
|
76 |
"dtype": "int32",
|
|
|
77 |
"_type": "Value"
|
78 |
}
|
79 |
},
|
|
|
|
|
80 |
"builder_name": "glue",
|
81 |
+
"dataset_name": "glue",
|
82 |
"config_name": "sst2",
|
83 |
"version": {
|
84 |
"version_str": "1.0.0",
|
|
|
88 |
"patch": 0
|
89 |
},
|
90 |
"splits": {
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
"train": {
|
92 |
"name": "train",
|
93 |
+
"num_bytes": 4681603,
|
94 |
"num_examples": 67349,
|
95 |
+
"dataset_name": null
|
96 |
},
|
97 |
"validation": {
|
98 |
"name": "validation",
|
99 |
+
"num_bytes": 106252,
|
100 |
"num_examples": 872,
|
101 |
+
"dataset_name": null
|
102 |
+
},
|
103 |
+
"test": {
|
104 |
+
"name": "test",
|
105 |
+
"num_bytes": 216640,
|
106 |
+
"num_examples": 1821,
|
107 |
+
"dataset_name": null
|
108 |
}
|
109 |
},
|
110 |
+
"download_size": 3331080,
|
111 |
+
"dataset_size": 5004495,
|
112 |
+
"size_in_bytes": 8335575
|
|
|
113 |
},
|
114 |
"mrpc": {
|
115 |
"description": "GLUE, the General Language Understanding Evaluation benchmark\n(https://gluebenchmark.com/) is a collection of resources for training,\nevaluating, and analyzing natural language understanding systems.\n\n",
|
sst2/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9d23cf0067211d2baf018328b507f5153fb6704d75117295a8bda47c7adccb1
|
3 |
+
size 147793
|
sst2/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66a253e67968acfabcbe49dbe9da964b42ac1c851c40ab760e8c8942efdb3229
|
3 |
+
size 3110468
|
sst2/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1371f3b3a7b0bcefa8388799a9359dc3ce76c349cc0079507a7991364fd2a9b
|
3 |
+
size 72819
|