Datasets:
Tasks:
Text Classification
Formats:
json
Sub-tasks:
multi-label-classification
Languages:
Finnish
Size:
100K - 1M
Tags:
toxicity, multi-label
License:
Update README.md
Browse files
README.md
CHANGED
@@ -41,12 +41,12 @@ The dataset poses a multi-label text classification problem and includes the lab
|
|
41 |
Fields marked as `label_` have either `0` to convey *not* having that category of toxicity in the text and `1` to convey having that category of toxicity present in the text.
|
42 |
|
43 |
- `id`: a `string` feature.
|
44 |
-
- `label_identity_attack`: a `
|
45 |
-
- `label_insult`: a `
|
46 |
-
- `label_obscene`: a `
|
47 |
-
- `label_severe_toxicity`: a `
|
48 |
-
- `label_threat`: a `
|
49 |
-
- `label_toxicity`: a `
|
50 |
- `lang`: a `string` feature.
|
51 |
- `text`: a `string` feature.
|
52 |
|
|
|
41 |
Fields marked as `label_` have either `0` to convey *not* having that category of toxicity in the text and `1` to convey having that category of toxicity present in the text.
|
42 |
|
43 |
- `id`: a `string` feature.
|
44 |
+
- `label_identity_attack`: a `int64` feature.
|
45 |
+
- `label_insult`: a `int64` feature.
|
46 |
+
- `label_obscene`: a `int64` feature.
|
47 |
+
- `label_severe_toxicity`: a `int64` feature.
|
48 |
+
- `label_threat`: a `int64` feature.
|
49 |
+
- `label_toxicity`: a `int64` feature.
|
50 |
- `lang`: a `string` feature.
|
51 |
- `text`: a `string` feature.
|
52 |
|