Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
hate-speech-detection
Languages:
English
Size:
100K - 1M
License:
Commit
·
25d06ec
1
Parent(s):
b5898c1
Update dataset_infos.json
Browse files- dataset_infos.json +17 -5
dataset_infos.json
CHANGED
@@ -2,13 +2,25 @@
|
|
2 |
"default": {
|
3 |
"description": "Jigsaw Toxic Comment Challenge dataset. This dataset was the basis of a Kaggle competition run by Jigsaw.",
|
4 |
"citation": "",
|
5 |
-
"homepage": "https://
|
6 |
"license": "",
|
7 |
"splits": {
|
8 |
-
"train":
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
},
|
13 |
"version": {
|
14 |
"version_str": "1.0.0",
|
|
|
2 |
"default": {
|
3 |
"description": "Jigsaw Toxic Comment Challenge dataset. This dataset was the basis of a Kaggle competition run by Jigsaw.",
|
4 |
"citation": "",
|
5 |
+
"homepage": "https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge/data",
|
6 |
"license": "",
|
7 |
"splits": {
|
8 |
+
"train": {
|
9 |
+
"name": "train",
|
10 |
+
"dataset_name": "wiki_toxic"
|
11 |
+
},
|
12 |
+
"validation": {
|
13 |
+
"name": "validation",
|
14 |
+
"dataset_name": "wiki_toxic"
|
15 |
+
},
|
16 |
+
"test": {
|
17 |
+
"name": "test",
|
18 |
+
"dataset_name": "wiki_toxic"
|
19 |
+
},
|
20 |
+
"balanced_train": {
|
21 |
+
"name": "balanced_train",
|
22 |
+
"dataset_name": "wiki_toxic"
|
23 |
+
}
|
24 |
},
|
25 |
"version": {
|
26 |
"version_str": "1.0.0",
|