Commit
•
80ade01
1
Parent(s):
f984864
Add raw data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -60
- raw/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -105,10 +105,10 @@ dataset_info:
|
|
105 |
dtype: int32
|
106 |
splits:
|
107 |
- name: train
|
108 |
-
num_bytes:
|
109 |
num_examples: 211225
|
110 |
-
download_size:
|
111 |
-
dataset_size:
|
112 |
- config_name: simplified
|
113 |
features:
|
114 |
- name: text
|
@@ -160,6 +160,10 @@ dataset_info:
|
|
160 |
download_size: 3464371
|
161 |
dataset_size: 5275700
|
162 |
configs:
|
|
|
|
|
|
|
|
|
163 |
- config_name: simplified
|
164 |
data_files:
|
165 |
- split: train
|
|
|
105 |
dtype: int32
|
106 |
splits:
|
107 |
- name: train
|
108 |
+
num_bytes: 55343102
|
109 |
num_examples: 211225
|
110 |
+
download_size: 24828322
|
111 |
+
dataset_size: 55343102
|
112 |
- config_name: simplified
|
113 |
features:
|
114 |
- name: text
|
|
|
160 |
download_size: 3464371
|
161 |
dataset_size: 5275700
|
162 |
configs:
|
163 |
+
- config_name: raw
|
164 |
+
data_files:
|
165 |
+
- split: train
|
166 |
+
path: raw/train-*
|
167 |
- config_name: simplified
|
168 |
data_files:
|
169 |
- split: train
|
dataset_infos.json
CHANGED
@@ -7,197 +7,158 @@
|
|
7 |
"features": {
|
8 |
"text": {
|
9 |
"dtype": "string",
|
10 |
-
"id": null,
|
11 |
"_type": "Value"
|
12 |
},
|
13 |
"id": {
|
14 |
"dtype": "string",
|
15 |
-
"id": null,
|
16 |
"_type": "Value"
|
17 |
},
|
18 |
"author": {
|
19 |
"dtype": "string",
|
20 |
-
"id": null,
|
21 |
"_type": "Value"
|
22 |
},
|
23 |
"subreddit": {
|
24 |
"dtype": "string",
|
25 |
-
"id": null,
|
26 |
"_type": "Value"
|
27 |
},
|
28 |
"link_id": {
|
29 |
"dtype": "string",
|
30 |
-
"id": null,
|
31 |
"_type": "Value"
|
32 |
},
|
33 |
"parent_id": {
|
34 |
"dtype": "string",
|
35 |
-
"id": null,
|
36 |
"_type": "Value"
|
37 |
},
|
38 |
"created_utc": {
|
39 |
"dtype": "float32",
|
40 |
-
"id": null,
|
41 |
"_type": "Value"
|
42 |
},
|
43 |
"rater_id": {
|
44 |
"dtype": "int32",
|
45 |
-
"id": null,
|
46 |
"_type": "Value"
|
47 |
},
|
48 |
"example_very_unclear": {
|
49 |
"dtype": "bool",
|
50 |
-
"id": null,
|
51 |
"_type": "Value"
|
52 |
},
|
53 |
"admiration": {
|
54 |
"dtype": "int32",
|
55 |
-
"id": null,
|
56 |
"_type": "Value"
|
57 |
},
|
58 |
"amusement": {
|
59 |
"dtype": "int32",
|
60 |
-
"id": null,
|
61 |
"_type": "Value"
|
62 |
},
|
63 |
"anger": {
|
64 |
"dtype": "int32",
|
65 |
-
"id": null,
|
66 |
"_type": "Value"
|
67 |
},
|
68 |
"annoyance": {
|
69 |
"dtype": "int32",
|
70 |
-
"id": null,
|
71 |
"_type": "Value"
|
72 |
},
|
73 |
"approval": {
|
74 |
"dtype": "int32",
|
75 |
-
"id": null,
|
76 |
"_type": "Value"
|
77 |
},
|
78 |
"caring": {
|
79 |
"dtype": "int32",
|
80 |
-
"id": null,
|
81 |
"_type": "Value"
|
82 |
},
|
83 |
"confusion": {
|
84 |
"dtype": "int32",
|
85 |
-
"id": null,
|
86 |
"_type": "Value"
|
87 |
},
|
88 |
"curiosity": {
|
89 |
"dtype": "int32",
|
90 |
-
"id": null,
|
91 |
"_type": "Value"
|
92 |
},
|
93 |
"desire": {
|
94 |
"dtype": "int32",
|
95 |
-
"id": null,
|
96 |
"_type": "Value"
|
97 |
},
|
98 |
"disappointment": {
|
99 |
"dtype": "int32",
|
100 |
-
"id": null,
|
101 |
"_type": "Value"
|
102 |
},
|
103 |
"disapproval": {
|
104 |
"dtype": "int32",
|
105 |
-
"id": null,
|
106 |
"_type": "Value"
|
107 |
},
|
108 |
"disgust": {
|
109 |
"dtype": "int32",
|
110 |
-
"id": null,
|
111 |
"_type": "Value"
|
112 |
},
|
113 |
"embarrassment": {
|
114 |
"dtype": "int32",
|
115 |
-
"id": null,
|
116 |
"_type": "Value"
|
117 |
},
|
118 |
"excitement": {
|
119 |
"dtype": "int32",
|
120 |
-
"id": null,
|
121 |
"_type": "Value"
|
122 |
},
|
123 |
"fear": {
|
124 |
"dtype": "int32",
|
125 |
-
"id": null,
|
126 |
"_type": "Value"
|
127 |
},
|
128 |
"gratitude": {
|
129 |
"dtype": "int32",
|
130 |
-
"id": null,
|
131 |
"_type": "Value"
|
132 |
},
|
133 |
"grief": {
|
134 |
"dtype": "int32",
|
135 |
-
"id": null,
|
136 |
"_type": "Value"
|
137 |
},
|
138 |
"joy": {
|
139 |
"dtype": "int32",
|
140 |
-
"id": null,
|
141 |
"_type": "Value"
|
142 |
},
|
143 |
"love": {
|
144 |
"dtype": "int32",
|
145 |
-
"id": null,
|
146 |
"_type": "Value"
|
147 |
},
|
148 |
"nervousness": {
|
149 |
"dtype": "int32",
|
150 |
-
"id": null,
|
151 |
"_type": "Value"
|
152 |
},
|
153 |
"optimism": {
|
154 |
"dtype": "int32",
|
155 |
-
"id": null,
|
156 |
"_type": "Value"
|
157 |
},
|
158 |
"pride": {
|
159 |
"dtype": "int32",
|
160 |
-
"id": null,
|
161 |
"_type": "Value"
|
162 |
},
|
163 |
"realization": {
|
164 |
"dtype": "int32",
|
165 |
-
"id": null,
|
166 |
"_type": "Value"
|
167 |
},
|
168 |
"relief": {
|
169 |
"dtype": "int32",
|
170 |
-
"id": null,
|
171 |
"_type": "Value"
|
172 |
},
|
173 |
"remorse": {
|
174 |
"dtype": "int32",
|
175 |
-
"id": null,
|
176 |
"_type": "Value"
|
177 |
},
|
178 |
"sadness": {
|
179 |
"dtype": "int32",
|
180 |
-
"id": null,
|
181 |
"_type": "Value"
|
182 |
},
|
183 |
"surprise": {
|
184 |
"dtype": "int32",
|
185 |
-
"id": null,
|
186 |
"_type": "Value"
|
187 |
},
|
188 |
"neutral": {
|
189 |
"dtype": "int32",
|
190 |
-
"id": null,
|
191 |
"_type": "Value"
|
192 |
}
|
193 |
},
|
194 |
-
"post_processed": null,
|
195 |
-
"supervised_keys": null,
|
196 |
"builder_name": "go_emotions",
|
|
|
197 |
"config_name": "raw",
|
198 |
"version": {
|
199 |
"version_str": "0.0.0",
|
200 |
-
"description": null,
|
201 |
"major": 0,
|
202 |
"minor": 0,
|
203 |
"patch": 0
|
@@ -205,29 +166,14 @@
|
|
205 |
"splits": {
|
206 |
"train": {
|
207 |
"name": "train",
|
208 |
-
"num_bytes":
|
209 |
"num_examples": 211225,
|
210 |
-
"dataset_name":
|
211 |
-
}
|
212 |
-
},
|
213 |
-
"download_checksums": {
|
214 |
-
"https://storage.googleapis.com/gresearch/goemotions/data/full_dataset/goemotions_1.csv": {
|
215 |
-
"num_bytes": 14174600,
|
216 |
-
"checksum": "cac049036bad5d68d1081f72b65f2cc51e4df82af05e3e22cfa747051cac1af3"
|
217 |
-
},
|
218 |
-
"https://storage.googleapis.com/gresearch/goemotions/data/full_dataset/goemotions_2.csv": {
|
219 |
-
"num_bytes": 14173154,
|
220 |
-
"checksum": "f699ecc5aa425c1720c1d02475f1e41815244b680bd75b282eb770d2c76cd84d"
|
221 |
-
},
|
222 |
-
"https://storage.googleapis.com/gresearch/goemotions/data/full_dataset/goemotions_3.csv": {
|
223 |
-
"num_bytes": 14395164,
|
224 |
-
"checksum": "467f1e7191af00f2e76cc7f425885c2dc304bea8aff284b10e8c460d22f2e1af"
|
225 |
}
|
226 |
},
|
227 |
-
"download_size":
|
228 |
-
"
|
229 |
-
"
|
230 |
-
"size_in_bytes": 98086548
|
231 |
},
|
232 |
"simplified": {
|
233 |
"description": "The GoEmotions dataset contains 58k carefully curated Reddit comments labeled for 27 emotion categories or Neutral.\nThe emotion categories are admiration, amusement, anger, annoyance, approval, caring, confusion, curiosity, desire,\ndisappointment, disapproval, disgust, embarrassment, excitement, fear, gratitude, grief, joy, love, nervousness,\noptimism, pride, realization, relief, remorse, sadness, surprise.\n",
|
|
|
7 |
"features": {
|
8 |
"text": {
|
9 |
"dtype": "string",
|
|
|
10 |
"_type": "Value"
|
11 |
},
|
12 |
"id": {
|
13 |
"dtype": "string",
|
|
|
14 |
"_type": "Value"
|
15 |
},
|
16 |
"author": {
|
17 |
"dtype": "string",
|
|
|
18 |
"_type": "Value"
|
19 |
},
|
20 |
"subreddit": {
|
21 |
"dtype": "string",
|
|
|
22 |
"_type": "Value"
|
23 |
},
|
24 |
"link_id": {
|
25 |
"dtype": "string",
|
|
|
26 |
"_type": "Value"
|
27 |
},
|
28 |
"parent_id": {
|
29 |
"dtype": "string",
|
|
|
30 |
"_type": "Value"
|
31 |
},
|
32 |
"created_utc": {
|
33 |
"dtype": "float32",
|
|
|
34 |
"_type": "Value"
|
35 |
},
|
36 |
"rater_id": {
|
37 |
"dtype": "int32",
|
|
|
38 |
"_type": "Value"
|
39 |
},
|
40 |
"example_very_unclear": {
|
41 |
"dtype": "bool",
|
|
|
42 |
"_type": "Value"
|
43 |
},
|
44 |
"admiration": {
|
45 |
"dtype": "int32",
|
|
|
46 |
"_type": "Value"
|
47 |
},
|
48 |
"amusement": {
|
49 |
"dtype": "int32",
|
|
|
50 |
"_type": "Value"
|
51 |
},
|
52 |
"anger": {
|
53 |
"dtype": "int32",
|
|
|
54 |
"_type": "Value"
|
55 |
},
|
56 |
"annoyance": {
|
57 |
"dtype": "int32",
|
|
|
58 |
"_type": "Value"
|
59 |
},
|
60 |
"approval": {
|
61 |
"dtype": "int32",
|
|
|
62 |
"_type": "Value"
|
63 |
},
|
64 |
"caring": {
|
65 |
"dtype": "int32",
|
|
|
66 |
"_type": "Value"
|
67 |
},
|
68 |
"confusion": {
|
69 |
"dtype": "int32",
|
|
|
70 |
"_type": "Value"
|
71 |
},
|
72 |
"curiosity": {
|
73 |
"dtype": "int32",
|
|
|
74 |
"_type": "Value"
|
75 |
},
|
76 |
"desire": {
|
77 |
"dtype": "int32",
|
|
|
78 |
"_type": "Value"
|
79 |
},
|
80 |
"disappointment": {
|
81 |
"dtype": "int32",
|
|
|
82 |
"_type": "Value"
|
83 |
},
|
84 |
"disapproval": {
|
85 |
"dtype": "int32",
|
|
|
86 |
"_type": "Value"
|
87 |
},
|
88 |
"disgust": {
|
89 |
"dtype": "int32",
|
|
|
90 |
"_type": "Value"
|
91 |
},
|
92 |
"embarrassment": {
|
93 |
"dtype": "int32",
|
|
|
94 |
"_type": "Value"
|
95 |
},
|
96 |
"excitement": {
|
97 |
"dtype": "int32",
|
|
|
98 |
"_type": "Value"
|
99 |
},
|
100 |
"fear": {
|
101 |
"dtype": "int32",
|
|
|
102 |
"_type": "Value"
|
103 |
},
|
104 |
"gratitude": {
|
105 |
"dtype": "int32",
|
|
|
106 |
"_type": "Value"
|
107 |
},
|
108 |
"grief": {
|
109 |
"dtype": "int32",
|
|
|
110 |
"_type": "Value"
|
111 |
},
|
112 |
"joy": {
|
113 |
"dtype": "int32",
|
|
|
114 |
"_type": "Value"
|
115 |
},
|
116 |
"love": {
|
117 |
"dtype": "int32",
|
|
|
118 |
"_type": "Value"
|
119 |
},
|
120 |
"nervousness": {
|
121 |
"dtype": "int32",
|
|
|
122 |
"_type": "Value"
|
123 |
},
|
124 |
"optimism": {
|
125 |
"dtype": "int32",
|
|
|
126 |
"_type": "Value"
|
127 |
},
|
128 |
"pride": {
|
129 |
"dtype": "int32",
|
|
|
130 |
"_type": "Value"
|
131 |
},
|
132 |
"realization": {
|
133 |
"dtype": "int32",
|
|
|
134 |
"_type": "Value"
|
135 |
},
|
136 |
"relief": {
|
137 |
"dtype": "int32",
|
|
|
138 |
"_type": "Value"
|
139 |
},
|
140 |
"remorse": {
|
141 |
"dtype": "int32",
|
|
|
142 |
"_type": "Value"
|
143 |
},
|
144 |
"sadness": {
|
145 |
"dtype": "int32",
|
|
|
146 |
"_type": "Value"
|
147 |
},
|
148 |
"surprise": {
|
149 |
"dtype": "int32",
|
|
|
150 |
"_type": "Value"
|
151 |
},
|
152 |
"neutral": {
|
153 |
"dtype": "int32",
|
|
|
154 |
"_type": "Value"
|
155 |
}
|
156 |
},
|
|
|
|
|
157 |
"builder_name": "go_emotions",
|
158 |
+
"dataset_name": "go_emotions",
|
159 |
"config_name": "raw",
|
160 |
"version": {
|
161 |
"version_str": "0.0.0",
|
|
|
162 |
"major": 0,
|
163 |
"minor": 0,
|
164 |
"patch": 0
|
|
|
166 |
"splits": {
|
167 |
"train": {
|
168 |
"name": "train",
|
169 |
+
"num_bytes": 55343102,
|
170 |
"num_examples": 211225,
|
171 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
}
|
173 |
},
|
174 |
+
"download_size": 24828322,
|
175 |
+
"dataset_size": 55343102,
|
176 |
+
"size_in_bytes": 80171424
|
|
|
177 |
},
|
178 |
"simplified": {
|
179 |
"description": "The GoEmotions dataset contains 58k carefully curated Reddit comments labeled for 27 emotion categories or Neutral.\nThe emotion categories are admiration, amusement, anger, annoyance, approval, caring, confusion, curiosity, desire,\ndisappointment, disapproval, disgust, embarrassment, excitement, fear, gratitude, grief, joy, love, nervousness,\noptimism, pride, realization, relief, remorse, sadness, surprise.\n",
|
raw/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5de61486d0b557920f960cbe8b7579f51cdea2d80e74cf647b583967a3642a68
|
3 |
+
size 24828322
|