Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
f2b1f20
·
verified ·
1 Parent(s): 66e8dad

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tweet
5
+ dtype: string
6
+ - name: goal
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': Negative
13
+ '1': Neutral
14
+ '2': Positive
15
+ - name: type
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 599748
20
+ num_examples: 3000
21
+ download_size: 251665
22
+ dataset_size: 599748
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
+ ---
data/{train-00000-of-00001-8bd13701be017e83.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fad8b79f83c6cafd0701db35e8ed18c99bcc9c1592643b6ec49addf83946b267
3
- size 247686
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:360b8485caaef7233331ddf0ef5f50c2a28145a38c00d14f2a05af51f47f6c1a
3
+ size 251665
dataset_infos.json CHANGED
@@ -1 +1,103 @@
1
- {"arbml--AT_ODSTA": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"tweet": {"dtype": "string", "id": null, "_type": "Value"}, "goal": {"dtype": "string", "id": null, "_type": "Value"}, "category": {"dtype": "string", "id": null, "_type": "Value"}, "type": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "at_odsta", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 591589, "num_examples": 3000, "dataset_name": "AT_ODSTA"}}, "download_checksums": null, "download_size": 247686, "post_processing_size": null, "dataset_size": 591589, "size_in_bytes": 839275}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--AT_ODSTA": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "tweet": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "goal": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "category": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "type": {
24
+ "dtype": "string",
25
+ "id": null,
26
+ "_type": "Value"
27
+ }
28
+ },
29
+ "post_processed": null,
30
+ "supervised_keys": null,
31
+ "task_templates": null,
32
+ "builder_name": "at_odsta",
33
+ "config_name": "default",
34
+ "version": {
35
+ "version_str": "0.0.0",
36
+ "description": null,
37
+ "major": 0,
38
+ "minor": 0,
39
+ "patch": 0
40
+ },
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 591589,
45
+ "num_examples": 3000,
46
+ "dataset_name": "AT_ODSTA"
47
+ }
48
+ },
49
+ "download_checksums": null,
50
+ "download_size": 247686,
51
+ "post_processing_size": null,
52
+ "dataset_size": 591589,
53
+ "size_in_bytes": 839275
54
+ },
55
+ "default": {
56
+ "description": "",
57
+ "citation": "",
58
+ "homepage": "",
59
+ "license": "",
60
+ "features": {
61
+ "tweet": {
62
+ "dtype": "string",
63
+ "_type": "Value"
64
+ },
65
+ "goal": {
66
+ "dtype": "string",
67
+ "_type": "Value"
68
+ },
69
+ "label": {
70
+ "names": [
71
+ "Negative",
72
+ "Neutral",
73
+ "Positive"
74
+ ],
75
+ "_type": "ClassLabel"
76
+ },
77
+ "type": {
78
+ "dtype": "string",
79
+ "_type": "Value"
80
+ }
81
+ },
82
+ "builder_name": "at_odsta",
83
+ "dataset_name": "at_odsta",
84
+ "config_name": "default",
85
+ "version": {
86
+ "version_str": "0.0.0",
87
+ "major": 0,
88
+ "minor": 0,
89
+ "patch": 0
90
+ },
91
+ "splits": {
92
+ "train": {
93
+ "name": "train",
94
+ "num_bytes": 599748,
95
+ "num_examples": 3000,
96
+ "dataset_name": null
97
+ }
98
+ },
99
+ "download_size": 251665,
100
+ "dataset_size": 599748,
101
+ "size_in_bytes": 851413
102
+ }
103
+ }