Zaid commited on
Commit
f6bf20c
1 Parent(s): 531efaf

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tweet
5
+ dtype: string
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': Neutral
11
+ '1': Objective
12
+ '2': Positive
13
+ '3': Negative
14
+ splits:
15
+ - name: train
16
+ num_bytes: 1625836
17
+ num_examples: 9694
18
+ download_size: 941086
19
+ dataset_size: 1625836
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-*
25
+ ---
data/{train-00000-of-00001-890387bdffab1090.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:470fdfb0fe7cf829f838f533c68e65a3c561180505f4f72e012a3db80da30385
3
- size 913600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a78adff072a004e9e08ba48a3f611ed9c8fcdd562cce31c4dfab694bc45747c
3
+ size 941086
dataset_infos.json CHANGED
@@ -1 +1,92 @@
1
- {"arbml--ASTD": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"tweet": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 4, "names": ["NEUTRAL", "OBJ", "POS", "NEG"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "astd", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1625836, "num_examples": 9694, "dataset_name": "ASTD"}}, "download_checksums": null, "download_size": 913600, "post_processing_size": null, "dataset_size": 1625836, "size_in_bytes": 2539436}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--ASTD": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "tweet": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "label": {
14
+ "num_classes": 4,
15
+ "names": [
16
+ "NEUTRAL",
17
+ "OBJ",
18
+ "POS",
19
+ "NEG"
20
+ ],
21
+ "id": null,
22
+ "_type": "ClassLabel"
23
+ }
24
+ },
25
+ "post_processed": null,
26
+ "supervised_keys": null,
27
+ "task_templates": null,
28
+ "builder_name": "astd",
29
+ "config_name": "default",
30
+ "version": {
31
+ "version_str": "0.0.0",
32
+ "description": null,
33
+ "major": 0,
34
+ "minor": 0,
35
+ "patch": 0
36
+ },
37
+ "splits": {
38
+ "train": {
39
+ "name": "train",
40
+ "num_bytes": 1625836,
41
+ "num_examples": 9694,
42
+ "dataset_name": "ASTD"
43
+ }
44
+ },
45
+ "download_checksums": null,
46
+ "download_size": 913600,
47
+ "post_processing_size": null,
48
+ "dataset_size": 1625836,
49
+ "size_in_bytes": 2539436
50
+ },
51
+ "default": {
52
+ "description": "",
53
+ "citation": "",
54
+ "homepage": "",
55
+ "license": "",
56
+ "features": {
57
+ "tweet": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "label": {
62
+ "names": [
63
+ "Neutral",
64
+ "Objective",
65
+ "Positive",
66
+ "Negative"
67
+ ],
68
+ "_type": "ClassLabel"
69
+ }
70
+ },
71
+ "builder_name": "parquet",
72
+ "dataset_name": "astd",
73
+ "config_name": "default",
74
+ "version": {
75
+ "version_str": "0.0.0",
76
+ "major": 0,
77
+ "minor": 0,
78
+ "patch": 0
79
+ },
80
+ "splits": {
81
+ "train": {
82
+ "name": "train",
83
+ "num_bytes": 1625836,
84
+ "num_examples": 9694,
85
+ "dataset_name": null
86
+ }
87
+ },
88
+ "download_size": 941086,
89
+ "dataset_size": 1625836,
90
+ "size_in_bytes": 2566922
91
+ }
92
+ }