Commit
Β·
02a5ceb
1
Parent(s):
2d948f1
Add hate data files
Browse files- README.md +13 -5
- dataset_infos.json +11 -44
- hate/test-00000-of-00001.parquet +3 -0
- hate/train-00000-of-00001.parquet +3 -0
- hate/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -113,16 +113,16 @@ dataset_info:
|
|
| 113 |
'1': hate
|
| 114 |
splits:
|
| 115 |
- name: train
|
| 116 |
-
num_bytes:
|
| 117 |
num_examples: 9000
|
| 118 |
- name: test
|
| 119 |
-
num_bytes:
|
| 120 |
num_examples: 2970
|
| 121 |
- name: validation
|
| 122 |
-
num_bytes:
|
| 123 |
num_examples: 1000
|
| 124 |
-
download_size:
|
| 125 |
-
dataset_size:
|
| 126 |
- config_name: irony
|
| 127 |
features:
|
| 128 |
- name: text
|
|
@@ -322,6 +322,14 @@ configs:
|
|
| 322 |
path: emotion/test-*
|
| 323 |
- split: validation
|
| 324 |
path: emotion/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 325 |
train-eval-index:
|
| 326 |
- config: emotion
|
| 327 |
task: text-classification
|
|
|
|
| 113 |
'1': hate
|
| 114 |
splits:
|
| 115 |
- name: train
|
| 116 |
+
num_bytes: 1223650
|
| 117 |
num_examples: 9000
|
| 118 |
- name: test
|
| 119 |
+
num_bytes: 428934
|
| 120 |
num_examples: 2970
|
| 121 |
- name: validation
|
| 122 |
+
num_bytes: 154144
|
| 123 |
num_examples: 1000
|
| 124 |
+
download_size: 1196346
|
| 125 |
+
dataset_size: 1806728
|
| 126 |
- config_name: irony
|
| 127 |
features:
|
| 128 |
- name: text
|
|
|
|
| 322 |
path: emotion/test-*
|
| 323 |
- split: validation
|
| 324 |
path: emotion/validation-*
|
| 325 |
+
- config_name: hate
|
| 326 |
+
data_files:
|
| 327 |
+
- split: train
|
| 328 |
+
path: hate/train-*
|
| 329 |
+
- split: test
|
| 330 |
+
path: hate/test-*
|
| 331 |
+
- split: validation
|
| 332 |
+
path: hate/validation-*
|
| 333 |
train-eval-index:
|
| 334 |
- config: emotion
|
| 335 |
task: text-classification
|
dataset_infos.json
CHANGED
|
@@ -129,27 +129,21 @@
|
|
| 129 |
"features": {
|
| 130 |
"text": {
|
| 131 |
"dtype": "string",
|
| 132 |
-
"id": null,
|
| 133 |
"_type": "Value"
|
| 134 |
},
|
| 135 |
"label": {
|
| 136 |
-
"num_classes": 2,
|
| 137 |
"names": [
|
| 138 |
"non-hate",
|
| 139 |
"hate"
|
| 140 |
],
|
| 141 |
-
"names_file": null,
|
| 142 |
-
"id": null,
|
| 143 |
"_type": "ClassLabel"
|
| 144 |
}
|
| 145 |
},
|
| 146 |
-
"
|
| 147 |
-
"
|
| 148 |
-
"builder_name": " tweet_eval",
|
| 149 |
"config_name": "hate",
|
| 150 |
"version": {
|
| 151 |
"version_str": "1.1.0",
|
| 152 |
-
"description": null,
|
| 153 |
"major": 1,
|
| 154 |
"minor": 1,
|
| 155 |
"patch": 0
|
|
@@ -157,53 +151,26 @@
|
|
| 157 |
"splits": {
|
| 158 |
"train": {
|
| 159 |
"name": "train",
|
| 160 |
-
"num_bytes":
|
| 161 |
"num_examples": 9000,
|
| 162 |
-
"dataset_name":
|
| 163 |
},
|
| 164 |
"test": {
|
| 165 |
"name": "test",
|
| 166 |
-
"num_bytes":
|
| 167 |
"num_examples": 2970,
|
| 168 |
-
"dataset_name":
|
| 169 |
},
|
| 170 |
"validation": {
|
| 171 |
"name": "validation",
|
| 172 |
-
"num_bytes":
|
| 173 |
"num_examples": 1000,
|
| 174 |
-
"dataset_name":
|
| 175 |
-
}
|
| 176 |
-
},
|
| 177 |
-
"download_checksums": {
|
| 178 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/hate/train_text.txt": {
|
| 179 |
-
"num_bytes": 1133852,
|
| 180 |
-
"checksum": "6572bb3a42143128a5dfa99af8debeb0668e637c34b2d1e3140dac47316fe2c2"
|
| 181 |
-
},
|
| 182 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/hate/train_labels.txt": {
|
| 183 |
-
"num_bytes": 18000,
|
| 184 |
-
"checksum": "4e8fde025a453a25c94632794254131dedeac4e57228ad64157c41571cc88f71"
|
| 185 |
-
},
|
| 186 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/hate/test_text.txt": {
|
| 187 |
-
"num_bytes": 399242,
|
| 188 |
-
"checksum": "bc4762876a8dd8baa55c3cd7b03108e3231a5d691e80b8b1ef97c5be31b9da9a"
|
| 189 |
-
},
|
| 190 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/hate/test_labels.txt": {
|
| 191 |
-
"num_bytes": 5940,
|
| 192 |
-
"checksum": "c14adca6b3627616a835c5ccea8a1cceb0235cd79417257f093eb0e16a69c62f"
|
| 193 |
-
},
|
| 194 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/hate/val_text.txt": {
|
| 195 |
-
"num_bytes": 144174,
|
| 196 |
-
"checksum": "1ff78b1ed4c5ce43284b9eba32eb7d60c6d45d0d1b3b4d6df456ae01640764f1"
|
| 197 |
-
},
|
| 198 |
-
"https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/hate/val_labels.txt": {
|
| 199 |
-
"num_bytes": 2000,
|
| 200 |
-
"checksum": "5092badf1a0e70036ea6264bcd0b78afc07d0f4a512fa6af34c2c4973600656b"
|
| 201 |
}
|
| 202 |
},
|
| 203 |
-
"download_size":
|
| 204 |
-
"
|
| 205 |
-
"
|
| 206 |
-
"size_in_bytes": 3509948
|
| 207 |
},
|
| 208 |
"irony": {
|
| 209 |
"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",
|
|
|
|
| 129 |
"features": {
|
| 130 |
"text": {
|
| 131 |
"dtype": "string",
|
|
|
|
| 132 |
"_type": "Value"
|
| 133 |
},
|
| 134 |
"label": {
|
|
|
|
| 135 |
"names": [
|
| 136 |
"non-hate",
|
| 137 |
"hate"
|
| 138 |
],
|
|
|
|
|
|
|
| 139 |
"_type": "ClassLabel"
|
| 140 |
}
|
| 141 |
},
|
| 142 |
+
"builder_name": "tweet_eval",
|
| 143 |
+
"dataset_name": "tweet_eval",
|
|
|
|
| 144 |
"config_name": "hate",
|
| 145 |
"version": {
|
| 146 |
"version_str": "1.1.0",
|
|
|
|
| 147 |
"major": 1,
|
| 148 |
"minor": 1,
|
| 149 |
"patch": 0
|
|
|
|
| 151 |
"splits": {
|
| 152 |
"train": {
|
| 153 |
"name": "train",
|
| 154 |
+
"num_bytes": 1223650,
|
| 155 |
"num_examples": 9000,
|
| 156 |
+
"dataset_name": null
|
| 157 |
},
|
| 158 |
"test": {
|
| 159 |
"name": "test",
|
| 160 |
+
"num_bytes": 428934,
|
| 161 |
"num_examples": 2970,
|
| 162 |
+
"dataset_name": null
|
| 163 |
},
|
| 164 |
"validation": {
|
| 165 |
"name": "validation",
|
| 166 |
+
"num_bytes": 154144,
|
| 167 |
"num_examples": 1000,
|
| 168 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
}
|
| 170 |
},
|
| 171 |
+
"download_size": 1196346,
|
| 172 |
+
"dataset_size": 1806728,
|
| 173 |
+
"size_in_bytes": 3003074
|
|
|
|
| 174 |
},
|
| 175 |
"irony": {
|
| 176 |
"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",
|
hate/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c07de83b04e013b956c66187e1fd454fadb6f4caacc23e11f5fb3f80ddc2abd2
|
| 3 |
+
size 277846
|
hate/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da2c391c2050df2d90d3d9e7b8bca48a18056293138b5c6f08c7bf61c5b84668
|
| 3 |
+
size 815722
|
hate/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7307944af6e873feb693a9c0853439af8d0543e571ae8a2c4cfc91e01016c68
|
| 3 |
+
size 102778
|