autotrain-data-processor commited on
Commit
ecc6017
1 Parent(s): 7405b6a

Processed data from AutoTrain data processor ([2023-06-22 00:51 ]

Browse files
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+
5
+ ---
6
+ # AutoTrain Dataset for project: twitter-goemotions-binary-fear-classification
7
+
8
+ ## Dataset Description
9
+
10
+ This dataset has been automatically processed by AutoTrain for project twitter-goemotions-binary-fear-classification.
11
+
12
+ ### Languages
13
+
14
+ The BCP-47 code for the dataset's language is unk.
15
+
16
+ ## Dataset Structure
17
+
18
+ ### Data Instances
19
+
20
+ A sample from this dataset looks as follows:
21
+
22
+ ```json
23
+ [
24
+ {
25
+ "text": "Downvoting comments you don't like is your right.",
26
+ "feat_id": "ed62dkv",
27
+ "feat_author": "128bitworm",
28
+ "feat_subreddit": "im14andthisisdeep",
29
+ "feat_link_id": "t3_ac6bna",
30
+ "feat_parent_id": "t1_ed5trip",
31
+ "feat_created_utc": 1546542336.0,
32
+ "feat_rater_id": 35,
33
+ "feat_example_very_unclear": false,
34
+ "feat_admiration": 0,
35
+ "feat_amusement": 0,
36
+ "feat_anger": 0,
37
+ "feat_annoyance": 0,
38
+ "feat_approval": 0,
39
+ "feat_caring": 0,
40
+ "feat_confusion": 0,
41
+ "feat_curiosity": 0,
42
+ "feat_desire": 0,
43
+ "feat_disappointment": 0,
44
+ "feat_disapproval": 1,
45
+ "feat_disgust": 0,
46
+ "feat_embarrassment": 0,
47
+ "feat_excitement": 0,
48
+ "target": 0,
49
+ "feat_gratitude": 0,
50
+ "feat_grief": 0,
51
+ "feat_joy": 0,
52
+ "feat_love": 0,
53
+ "feat_nervousness": 0,
54
+ "feat_optimism": 0,
55
+ "feat_pride": 0,
56
+ "feat_realization": 0,
57
+ "feat_relief": 0,
58
+ "feat_remorse": 0,
59
+ "feat_sadness": 0,
60
+ "feat_surprise": 0,
61
+ "feat_neutral": 0
62
+ },
63
+ {
64
+ "text": "I fucking love this",
65
+ "feat_id": "edxv95q",
66
+ "feat_author": "fueryerhealth",
67
+ "feat_subreddit": "FellowKids",
68
+ "feat_link_id": "t3_af72i1",
69
+ "feat_parent_id": "t3_af72i1",
70
+ "feat_created_utc": 1547342464.0,
71
+ "feat_rater_id": 19,
72
+ "feat_example_very_unclear": false,
73
+ "feat_admiration": 1,
74
+ "feat_amusement": 0,
75
+ "feat_anger": 0,
76
+ "feat_annoyance": 0,
77
+ "feat_approval": 0,
78
+ "feat_caring": 0,
79
+ "feat_confusion": 0,
80
+ "feat_curiosity": 0,
81
+ "feat_desire": 0,
82
+ "feat_disappointment": 0,
83
+ "feat_disapproval": 0,
84
+ "feat_disgust": 0,
85
+ "feat_embarrassment": 0,
86
+ "feat_excitement": 0,
87
+ "target": 0,
88
+ "feat_gratitude": 0,
89
+ "feat_grief": 0,
90
+ "feat_joy": 0,
91
+ "feat_love": 1,
92
+ "feat_nervousness": 0,
93
+ "feat_optimism": 0,
94
+ "feat_pride": 0,
95
+ "feat_realization": 0,
96
+ "feat_relief": 0,
97
+ "feat_remorse": 0,
98
+ "feat_sadness": 0,
99
+ "feat_surprise": 0,
100
+ "feat_neutral": 0
101
+ }
102
+ ]
103
+ ```
104
+
105
+ ### Dataset Fields
106
+
107
+ The dataset has the following fields (also called "features"):
108
+
109
+ ```json
110
+ {
111
+ "text": "Value(dtype='string', id=None)",
112
+ "feat_id": "Value(dtype='string', id=None)",
113
+ "feat_author": "Value(dtype='string', id=None)",
114
+ "feat_subreddit": "Value(dtype='string', id=None)",
115
+ "feat_link_id": "Value(dtype='string', id=None)",
116
+ "feat_parent_id": "Value(dtype='string', id=None)",
117
+ "feat_created_utc": "Value(dtype='float32', id=None)",
118
+ "feat_rater_id": "Value(dtype='int32', id=None)",
119
+ "feat_example_very_unclear": "Value(dtype='bool', id=None)",
120
+ "feat_admiration": "Value(dtype='int32', id=None)",
121
+ "feat_amusement": "Value(dtype='int32', id=None)",
122
+ "feat_anger": "Value(dtype='int32', id=None)",
123
+ "feat_annoyance": "Value(dtype='int32', id=None)",
124
+ "feat_approval": "Value(dtype='int32', id=None)",
125
+ "feat_caring": "Value(dtype='int32', id=None)",
126
+ "feat_confusion": "Value(dtype='int32', id=None)",
127
+ "feat_curiosity": "Value(dtype='int32', id=None)",
128
+ "feat_desire": "Value(dtype='int32', id=None)",
129
+ "feat_disappointment": "Value(dtype='int32', id=None)",
130
+ "feat_disapproval": "Value(dtype='int32', id=None)",
131
+ "feat_disgust": "Value(dtype='int32', id=None)",
132
+ "feat_embarrassment": "Value(dtype='int32', id=None)",
133
+ "feat_excitement": "Value(dtype='int32', id=None)",
134
+ "target": "ClassLabel(names=['0', '1'], id=None)",
135
+ "feat_gratitude": "Value(dtype='int32', id=None)",
136
+ "feat_grief": "Value(dtype='int32', id=None)",
137
+ "feat_joy": "Value(dtype='int32', id=None)",
138
+ "feat_love": "Value(dtype='int32', id=None)",
139
+ "feat_nervousness": "Value(dtype='int32', id=None)",
140
+ "feat_optimism": "Value(dtype='int32', id=None)",
141
+ "feat_pride": "Value(dtype='int32', id=None)",
142
+ "feat_realization": "Value(dtype='int32', id=None)",
143
+ "feat_relief": "Value(dtype='int32', id=None)",
144
+ "feat_remorse": "Value(dtype='int32', id=None)",
145
+ "feat_sadness": "Value(dtype='int32', id=None)",
146
+ "feat_surprise": "Value(dtype='int32', id=None)",
147
+ "feat_neutral": "Value(dtype='int32', id=None)"
148
+ }
149
+ ```
150
+
151
+ ### Dataset Splits
152
+
153
+ This dataset is split into a train and validation split. The split sizes are as follow:
154
+
155
+ | Split name | Num samples |
156
+ | ------------ | ------------------- |
157
+ | train | 168979 |
158
+ | valid | 42246 |
processed/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "valid"]}
processed/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9271d032dd0d2dda7e9ad261b5766199a44e7167515a09b4e95de598d637ae11
3
+ size 45297112
processed/train/dataset_info.json ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "feat_id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "feat_author": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "feat_subreddit": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "feat_link_id": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "feat_parent_id": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "feat_created_utc": {
30
+ "dtype": "float32",
31
+ "_type": "Value"
32
+ },
33
+ "feat_rater_id": {
34
+ "dtype": "int32",
35
+ "_type": "Value"
36
+ },
37
+ "feat_example_very_unclear": {
38
+ "dtype": "bool",
39
+ "_type": "Value"
40
+ },
41
+ "feat_admiration": {
42
+ "dtype": "int32",
43
+ "_type": "Value"
44
+ },
45
+ "feat_amusement": {
46
+ "dtype": "int32",
47
+ "_type": "Value"
48
+ },
49
+ "feat_anger": {
50
+ "dtype": "int32",
51
+ "_type": "Value"
52
+ },
53
+ "feat_annoyance": {
54
+ "dtype": "int32",
55
+ "_type": "Value"
56
+ },
57
+ "feat_approval": {
58
+ "dtype": "int32",
59
+ "_type": "Value"
60
+ },
61
+ "feat_caring": {
62
+ "dtype": "int32",
63
+ "_type": "Value"
64
+ },
65
+ "feat_confusion": {
66
+ "dtype": "int32",
67
+ "_type": "Value"
68
+ },
69
+ "feat_curiosity": {
70
+ "dtype": "int32",
71
+ "_type": "Value"
72
+ },
73
+ "feat_desire": {
74
+ "dtype": "int32",
75
+ "_type": "Value"
76
+ },
77
+ "feat_disappointment": {
78
+ "dtype": "int32",
79
+ "_type": "Value"
80
+ },
81
+ "feat_disapproval": {
82
+ "dtype": "int32",
83
+ "_type": "Value"
84
+ },
85
+ "feat_disgust": {
86
+ "dtype": "int32",
87
+ "_type": "Value"
88
+ },
89
+ "feat_embarrassment": {
90
+ "dtype": "int32",
91
+ "_type": "Value"
92
+ },
93
+ "feat_excitement": {
94
+ "dtype": "int32",
95
+ "_type": "Value"
96
+ },
97
+ "target": {
98
+ "names": [
99
+ "0",
100
+ "1"
101
+ ],
102
+ "_type": "ClassLabel"
103
+ },
104
+ "feat_gratitude": {
105
+ "dtype": "int32",
106
+ "_type": "Value"
107
+ },
108
+ "feat_grief": {
109
+ "dtype": "int32",
110
+ "_type": "Value"
111
+ },
112
+ "feat_joy": {
113
+ "dtype": "int32",
114
+ "_type": "Value"
115
+ },
116
+ "feat_love": {
117
+ "dtype": "int32",
118
+ "_type": "Value"
119
+ },
120
+ "feat_nervousness": {
121
+ "dtype": "int32",
122
+ "_type": "Value"
123
+ },
124
+ "feat_optimism": {
125
+ "dtype": "int32",
126
+ "_type": "Value"
127
+ },
128
+ "feat_pride": {
129
+ "dtype": "int32",
130
+ "_type": "Value"
131
+ },
132
+ "feat_realization": {
133
+ "dtype": "int32",
134
+ "_type": "Value"
135
+ },
136
+ "feat_relief": {
137
+ "dtype": "int32",
138
+ "_type": "Value"
139
+ },
140
+ "feat_remorse": {
141
+ "dtype": "int32",
142
+ "_type": "Value"
143
+ },
144
+ "feat_sadness": {
145
+ "dtype": "int32",
146
+ "_type": "Value"
147
+ },
148
+ "feat_surprise": {
149
+ "dtype": "int32",
150
+ "_type": "Value"
151
+ },
152
+ "feat_neutral": {
153
+ "dtype": "int32",
154
+ "_type": "Value"
155
+ }
156
+ },
157
+ "homepage": "",
158
+ "license": "",
159
+ "splits": {
160
+ "train": {
161
+ "name": "train",
162
+ "num_bytes": 44949048,
163
+ "num_examples": 168979,
164
+ "dataset_name": null
165
+ }
166
+ }
167
+ }
processed/train/state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c24f60e34d82e0cc",
8
+ "_format_columns": [
9
+ "feat_admiration",
10
+ "feat_amusement",
11
+ "feat_anger",
12
+ "feat_annoyance",
13
+ "feat_approval",
14
+ "feat_author",
15
+ "feat_caring",
16
+ "feat_confusion",
17
+ "feat_created_utc",
18
+ "feat_curiosity",
19
+ "feat_desire",
20
+ "feat_disappointment",
21
+ "feat_disapproval",
22
+ "feat_disgust",
23
+ "feat_embarrassment",
24
+ "feat_example_very_unclear",
25
+ "feat_excitement",
26
+ "feat_gratitude",
27
+ "feat_grief",
28
+ "feat_id",
29
+ "feat_joy",
30
+ "feat_link_id",
31
+ "feat_love",
32
+ "feat_nervousness",
33
+ "feat_neutral",
34
+ "feat_optimism",
35
+ "feat_parent_id",
36
+ "feat_pride",
37
+ "feat_rater_id",
38
+ "feat_realization",
39
+ "feat_relief",
40
+ "feat_remorse",
41
+ "feat_sadness",
42
+ "feat_subreddit",
43
+ "feat_surprise",
44
+ "target",
45
+ "text"
46
+ ],
47
+ "_format_kwargs": {},
48
+ "_format_type": null,
49
+ "_output_all_columns": false,
50
+ "_split": null
51
+ }
processed/valid/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947ff2202bf7114d1d68f09b0144aa9e5ae88e7181f61709b38691f4d9485054
3
+ size 11330744
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "AutoTrain generated dataset",
4
+ "features": {
5
+ "text": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "feat_id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "feat_author": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "feat_subreddit": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "feat_link_id": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "feat_parent_id": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "feat_created_utc": {
30
+ "dtype": "float32",
31
+ "_type": "Value"
32
+ },
33
+ "feat_rater_id": {
34
+ "dtype": "int32",
35
+ "_type": "Value"
36
+ },
37
+ "feat_example_very_unclear": {
38
+ "dtype": "bool",
39
+ "_type": "Value"
40
+ },
41
+ "feat_admiration": {
42
+ "dtype": "int32",
43
+ "_type": "Value"
44
+ },
45
+ "feat_amusement": {
46
+ "dtype": "int32",
47
+ "_type": "Value"
48
+ },
49
+ "feat_anger": {
50
+ "dtype": "int32",
51
+ "_type": "Value"
52
+ },
53
+ "feat_annoyance": {
54
+ "dtype": "int32",
55
+ "_type": "Value"
56
+ },
57
+ "feat_approval": {
58
+ "dtype": "int32",
59
+ "_type": "Value"
60
+ },
61
+ "feat_caring": {
62
+ "dtype": "int32",
63
+ "_type": "Value"
64
+ },
65
+ "feat_confusion": {
66
+ "dtype": "int32",
67
+ "_type": "Value"
68
+ },
69
+ "feat_curiosity": {
70
+ "dtype": "int32",
71
+ "_type": "Value"
72
+ },
73
+ "feat_desire": {
74
+ "dtype": "int32",
75
+ "_type": "Value"
76
+ },
77
+ "feat_disappointment": {
78
+ "dtype": "int32",
79
+ "_type": "Value"
80
+ },
81
+ "feat_disapproval": {
82
+ "dtype": "int32",
83
+ "_type": "Value"
84
+ },
85
+ "feat_disgust": {
86
+ "dtype": "int32",
87
+ "_type": "Value"
88
+ },
89
+ "feat_embarrassment": {
90
+ "dtype": "int32",
91
+ "_type": "Value"
92
+ },
93
+ "feat_excitement": {
94
+ "dtype": "int32",
95
+ "_type": "Value"
96
+ },
97
+ "target": {
98
+ "names": [
99
+ "0",
100
+ "1"
101
+ ],
102
+ "_type": "ClassLabel"
103
+ },
104
+ "feat_gratitude": {
105
+ "dtype": "int32",
106
+ "_type": "Value"
107
+ },
108
+ "feat_grief": {
109
+ "dtype": "int32",
110
+ "_type": "Value"
111
+ },
112
+ "feat_joy": {
113
+ "dtype": "int32",
114
+ "_type": "Value"
115
+ },
116
+ "feat_love": {
117
+ "dtype": "int32",
118
+ "_type": "Value"
119
+ },
120
+ "feat_nervousness": {
121
+ "dtype": "int32",
122
+ "_type": "Value"
123
+ },
124
+ "feat_optimism": {
125
+ "dtype": "int32",
126
+ "_type": "Value"
127
+ },
128
+ "feat_pride": {
129
+ "dtype": "int32",
130
+ "_type": "Value"
131
+ },
132
+ "feat_realization": {
133
+ "dtype": "int32",
134
+ "_type": "Value"
135
+ },
136
+ "feat_relief": {
137
+ "dtype": "int32",
138
+ "_type": "Value"
139
+ },
140
+ "feat_remorse": {
141
+ "dtype": "int32",
142
+ "_type": "Value"
143
+ },
144
+ "feat_sadness": {
145
+ "dtype": "int32",
146
+ "_type": "Value"
147
+ },
148
+ "feat_surprise": {
149
+ "dtype": "int32",
150
+ "_type": "Value"
151
+ },
152
+ "feat_neutral": {
153
+ "dtype": "int32",
154
+ "_type": "Value"
155
+ }
156
+ },
157
+ "homepage": "",
158
+ "license": "",
159
+ "splits": {
160
+ "valid": {
161
+ "name": "valid",
162
+ "num_bytes": 11238954,
163
+ "num_examples": 42246,
164
+ "dataset_name": null
165
+ }
166
+ }
167
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c7a8c9afbf353229",
8
+ "_format_columns": [
9
+ "feat_admiration",
10
+ "feat_amusement",
11
+ "feat_anger",
12
+ "feat_annoyance",
13
+ "feat_approval",
14
+ "feat_author",
15
+ "feat_caring",
16
+ "feat_confusion",
17
+ "feat_created_utc",
18
+ "feat_curiosity",
19
+ "feat_desire",
20
+ "feat_disappointment",
21
+ "feat_disapproval",
22
+ "feat_disgust",
23
+ "feat_embarrassment",
24
+ "feat_example_very_unclear",
25
+ "feat_excitement",
26
+ "feat_gratitude",
27
+ "feat_grief",
28
+ "feat_id",
29
+ "feat_joy",
30
+ "feat_link_id",
31
+ "feat_love",
32
+ "feat_nervousness",
33
+ "feat_neutral",
34
+ "feat_optimism",
35
+ "feat_parent_id",
36
+ "feat_pride",
37
+ "feat_rater_id",
38
+ "feat_realization",
39
+ "feat_relief",
40
+ "feat_remorse",
41
+ "feat_sadness",
42
+ "feat_subreddit",
43
+ "feat_surprise",
44
+ "target",
45
+ "text"
46
+ ],
47
+ "_format_kwargs": {},
48
+ "_format_type": null,
49
+ "_output_all_columns": false,
50
+ "_split": null
51
+ }