Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,30 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: sst
|
21 |
pretty_name: Stanford Sentiment Treebank v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for [Dataset Name]
|
@@ -174,4 +198,4 @@ Unknown.
|
|
174 |
|
175 |
### Contributions
|
176 |
|
177 |
-
Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: sst
|
21 |
pretty_name: Stanford Sentiment Treebank v2
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: idx
|
25 |
+
dtype: int32
|
26 |
+
- name: sentence
|
27 |
+
dtype: string
|
28 |
+
- name: label
|
29 |
+
dtype:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
0: negative
|
33 |
+
1: positive
|
34 |
+
splits:
|
35 |
+
- name: test
|
36 |
+
num_bytes: 216868
|
37 |
+
num_examples: 1821
|
38 |
+
- name: train
|
39 |
+
num_bytes: 4690022
|
40 |
+
num_examples: 67349
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 106361
|
43 |
+
num_examples: 872
|
44 |
+
download_size: 7439277
|
45 |
+
dataset_size: 5013251
|
46 |
---
|
47 |
|
48 |
# Dataset Card for [Dataset Name]
|
|
|
198 |
|
199 |
### Contributions
|
200 |
|
201 |
+
Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
|