Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
Commit
•
f817a2b
1
Parent(s):
f295b0d
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +14 -5
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +57 -1
README.md
CHANGED
@@ -33,16 +33,25 @@ dataset_info:
|
|
33 |
'1': positive
|
34 |
splits:
|
35 |
- name: train
|
36 |
-
num_bytes:
|
37 |
num_examples: 67349
|
38 |
- name: validation
|
39 |
-
num_bytes:
|
40 |
num_examples: 872
|
41 |
- name: test
|
42 |
-
num_bytes:
|
43 |
num_examples: 1821
|
44 |
-
download_size:
|
45 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
---
|
47 |
|
48 |
# Dataset Card for [Dataset Name]
|
|
|
33 |
'1': positive
|
34 |
splits:
|
35 |
- name: train
|
36 |
+
num_bytes: 4681603
|
37 |
num_examples: 67349
|
38 |
- name: validation
|
39 |
+
num_bytes: 106252
|
40 |
num_examples: 872
|
41 |
- name: test
|
42 |
+
num_bytes: 216640
|
43 |
num_examples: 1821
|
44 |
+
download_size: 3331058
|
45 |
+
dataset_size: 5004495
|
46 |
+
configs:
|
47 |
+
- config_name: default
|
48 |
+
data_files:
|
49 |
+
- split: train
|
50 |
+
path: data/train-*
|
51 |
+
- split: validation
|
52 |
+
path: data/validation-*
|
53 |
+
- split: test
|
54 |
+
path: data/test-*
|
55 |
---
|
56 |
|
57 |
# Dataset Card for [Dataset Name]
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20d27a86c0c59acb746a41a481ebb1fc71edb72d94b5ccee7f23b9041b17adcf
|
3 |
+
size 147787
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7921283b75a42e685f50edecb96798607ea0fcbfd0739ee8975f22c12d55f09
|
3 |
+
size 3110458
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb00fe008f6828f86ba2beda8415a4cf5da0c884f21c5f238c87131b5aa19529
|
3 |
+
size 72813
|
dataset_infos.json
CHANGED
@@ -1 +1,57 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "The Stanford Sentiment Treebank consists of sentences from movie reviews and\nhuman annotations of their sentiment. The task is to predict the sentiment of a\ngiven sentence. We use the two-way (positive/negative) class split, and use only\nsentence-level labels.\n",
|
4 |
+
"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",
|
5 |
+
"homepage": "https://nlp.stanford.edu/sentiment/",
|
6 |
+
"license": "Unknown",
|
7 |
+
"features": {
|
8 |
+
"idx": {
|
9 |
+
"dtype": "int32",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"sentence": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"label": {
|
17 |
+
"names": [
|
18 |
+
"negative",
|
19 |
+
"positive"
|
20 |
+
],
|
21 |
+
"_type": "ClassLabel"
|
22 |
+
}
|
23 |
+
},
|
24 |
+
"builder_name": "sst2",
|
25 |
+
"dataset_name": "sst2",
|
26 |
+
"config_name": "default",
|
27 |
+
"version": {
|
28 |
+
"version_str": "2.0.0",
|
29 |
+
"major": 2,
|
30 |
+
"minor": 0,
|
31 |
+
"patch": 0
|
32 |
+
},
|
33 |
+
"splits": {
|
34 |
+
"train": {
|
35 |
+
"name": "train",
|
36 |
+
"num_bytes": 4681603,
|
37 |
+
"num_examples": 67349,
|
38 |
+
"dataset_name": null
|
39 |
+
},
|
40 |
+
"validation": {
|
41 |
+
"name": "validation",
|
42 |
+
"num_bytes": 106252,
|
43 |
+
"num_examples": 872,
|
44 |
+
"dataset_name": null
|
45 |
+
},
|
46 |
+
"test": {
|
47 |
+
"name": "test",
|
48 |
+
"num_bytes": 216640,
|
49 |
+
"num_examples": 1821,
|
50 |
+
"dataset_name": null
|
51 |
+
}
|
52 |
+
},
|
53 |
+
"download_size": 3331058,
|
54 |
+
"dataset_size": 5004495,
|
55 |
+
"size_in_bytes": 8335553
|
56 |
+
}
|
57 |
+
}
|