Commit
β’
6fe62d6
1
Parent(s):
9b98abe
Add sentiment data files
Browse files- README.md +13 -5
- dataset_infos.json +11 -44
- sentiment/test-00000-of-00001.parquet +3 -0
- sentiment/train-00000-of-00001.parquet +3 -0
- sentiment/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -180,16 +180,16 @@ dataset_info:
|
|
180 |
'2': positive
|
181 |
splits:
|
182 |
- name: train
|
183 |
-
num_bytes:
|
184 |
num_examples: 45615
|
185 |
- name: test
|
186 |
-
num_bytes:
|
187 |
num_examples: 12284
|
188 |
- name: validation
|
189 |
-
num_bytes:
|
190 |
num_examples: 2000
|
191 |
-
download_size:
|
192 |
-
dataset_size:
|
193 |
- config_name: stance_abortion
|
194 |
features:
|
195 |
- name: text
|
@@ -346,6 +346,14 @@ configs:
|
|
346 |
path: offensive/test-*
|
347 |
- split: validation
|
348 |
path: offensive/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
train-eval-index:
|
350 |
- config: emotion
|
351 |
task: text-classification
|
|
|
180 |
'2': positive
|
181 |
splits:
|
182 |
- name: train
|
183 |
+
num_bytes: 5425122
|
184 |
num_examples: 45615
|
185 |
- name: test
|
186 |
+
num_bytes: 1279540
|
187 |
num_examples: 12284
|
188 |
- name: validation
|
189 |
+
num_bytes: 239084
|
190 |
num_examples: 2000
|
191 |
+
download_size: 4849675
|
192 |
+
dataset_size: 6943746
|
193 |
- config_name: stance_abortion
|
194 |
features:
|
195 |
- name: text
|
|
|
346 |
path: offensive/test-*
|
347 |
- split: validation
|
348 |
path: offensive/validation-*
|
349 |
+
- config_name: sentiment
|
350 |
+
data_files:
|
351 |
+
- split: train
|
352 |
+
path: sentiment/train-*
|
353 |
+
- split: test
|
354 |
+
path: sentiment/test-*
|
355 |
+
- split: validation
|
356 |
+
path: sentiment/validation-*
|
357 |
train-eval-index:
|
358 |
- config: emotion
|
359 |
task: text-classification
|
dataset_infos.json
CHANGED
@@ -282,28 +282,22 @@
|
|
282 |
"features": {
|
283 |
"text": {
|
284 |
"dtype": "string",
|
285 |
-
"id": null,
|
286 |
"_type": "Value"
|
287 |
},
|
288 |
"label": {
|
289 |
-
"num_classes": 3,
|
290 |
"names": [
|
291 |
"negative",
|
292 |
"neutral",
|
293 |
"positive"
|
294 |
],
|
295 |
-
"names_file": null,
|
296 |
-
"id": null,
|
297 |
"_type": "ClassLabel"
|
298 |
}
|
299 |
},
|
300 |
-
"
|
301 |
-
"
|
302 |
-
"builder_name": " tweet_eval",
|
303 |
"config_name": "sentiment",
|
304 |
"version": {
|
305 |
"version_str": "1.1.0",
|
306 |
-
"description": null,
|
307 |
"major": 1,
|
308 |
"minor": 1,
|
309 |
"patch": 0
|
@@ -311,53 +305,26 @@
|
|
311 |
"splits": {
|
312 |
"train": {
|
313 |
"name": "train",
|
314 |
-
"num_bytes":
|
315 |
"num_examples": 45615,
|
316 |
-
"dataset_name":
|
317 |
},
|
318 |
"test": {
|
319 |
"name": "test",
|
320 |
-
"num_bytes":
|
321 |
"num_examples": 12284,
|
322 |
-
"dataset_name":
|
323 |
},
|
324 |
"validation": {
|
325 |
"name": "validation",
|
326 |
-
"num_bytes":
|
327 |
"num_examples": 2000,
|
328 |
-
"dataset_name":
|
329 |
-
}
|
330 |
-
},
|
331 |
-
"download_checksums": {
|
332 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/sentiment/train_text.txt": {
|
333 |
-
"num_bytes": 4970029,
|
334 |
-
"checksum": "368f01052ea6fd8ffc408a2a2e6ac9669e31542581a0396ef16591ea26eb98a6"
|
335 |
-
},
|
336 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/sentiment/train_labels.txt": {
|
337 |
-
"num_bytes": 91230,
|
338 |
-
"checksum": "122bfb1732fb6995b0e5c5f726c0ba457c469c3b6e60513007ce5037f23e65d4"
|
339 |
-
},
|
340 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/sentiment/test_text.txt": {
|
341 |
-
"num_bytes": 1156877,
|
342 |
-
"checksum": "09a93a55c63fd93f97485ef7302889d7edb4091cd49733aa37da094f0bfa0675"
|
343 |
-
},
|
344 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/sentiment/test_labels.txt": {
|
345 |
-
"num_bytes": 24568,
|
346 |
-
"checksum": "6afb4afe9374d1f983bcf9a7c79b108d0f37fdf020a83f30488309bed215db9d"
|
347 |
-
},
|
348 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/sentiment/val_text.txt": {
|
349 |
-
"num_bytes": 219137,
|
350 |
-
"checksum": "e5b021e6fc45064c260b09814b803d8f56cada519c4d952d72f43d48a350a964"
|
351 |
-
},
|
352 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/sentiment/val_labels.txt": {
|
353 |
-
"num_bytes": 4000,
|
354 |
-
"checksum": "b4566926c72e2e4e2916c864def94e76c4cdde52446af2c7ba4fc2006e057e51"
|
355 |
}
|
356 |
},
|
357 |
-
"download_size":
|
358 |
-
"
|
359 |
-
"
|
360 |
-
"size_in_bytes": 13409619
|
361 |
},
|
362 |
"stance_abortion": {
|
363 |
"description": "TweetEval consists of seven heterogenous tasks in Twitter, all framed as multi-class tweet classification. All tasks have been unified into the same benchmark, with each dataset presented in the same format and with fixed training, validation and test splits.\n",
|
|
|
282 |
"features": {
|
283 |
"text": {
|
284 |
"dtype": "string",
|
|
|
285 |
"_type": "Value"
|
286 |
},
|
287 |
"label": {
|
|
|
288 |
"names": [
|
289 |
"negative",
|
290 |
"neutral",
|
291 |
"positive"
|
292 |
],
|
|
|
|
|
293 |
"_type": "ClassLabel"
|
294 |
}
|
295 |
},
|
296 |
+
"builder_name": "tweet_eval",
|
297 |
+
"dataset_name": "tweet_eval",
|
|
|
298 |
"config_name": "sentiment",
|
299 |
"version": {
|
300 |
"version_str": "1.1.0",
|
|
|
301 |
"major": 1,
|
302 |
"minor": 1,
|
303 |
"patch": 0
|
|
|
305 |
"splits": {
|
306 |
"train": {
|
307 |
"name": "train",
|
308 |
+
"num_bytes": 5425122,
|
309 |
"num_examples": 45615,
|
310 |
+
"dataset_name": null
|
311 |
},
|
312 |
"test": {
|
313 |
"name": "test",
|
314 |
+
"num_bytes": 1279540,
|
315 |
"num_examples": 12284,
|
316 |
+
"dataset_name": null
|
317 |
},
|
318 |
"validation": {
|
319 |
"name": "validation",
|
320 |
+
"num_bytes": 239084,
|
321 |
"num_examples": 2000,
|
322 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
}
|
324 |
},
|
325 |
+
"download_size": 4849675,
|
326 |
+
"dataset_size": 6943746,
|
327 |
+
"size_in_bytes": 11793421
|
|
|
328 |
},
|
329 |
"stance_abortion": {
|
330 |
"description": "TweetEval consists of seven heterogenous tasks in Twitter, all framed as multi-class tweet classification. All tasks have been unified into the same benchmark, with each dataset presented in the same format and with fixed training, validation and test splits.\n",
|
sentiment/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f73aea52d43879223019e733b944780f7e9203ee32459ea006f554011379fcdf
|
3 |
+
size 900553
|
sentiment/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:884ed7990ba4058aa78372f5f9590db308c393820545d9c4f2363f5a2ea12fbf
|
3 |
+
size 3781982
|
sentiment/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba8e7513047d4991bcdcc0a22aaa70777e47b609f1b739da5117baf7893f3e56
|
3 |
+
size 167140
|