Datasets:
Commit
·
bc570f7
1
Parent(s):
788d1f8
fix: typo
Browse files
README.md
CHANGED
@@ -59,12 +59,12 @@ This repository provides a multilingual dataset for binary toxicity classificati
|
|
59 |
|
60 |
## Features
|
61 |
|
62 |
-
| Feature | Type | Description
|
63 |
-
|
64 |
-
| text | string | The user-generated comment
|
65 |
-
| toxic | int64 | 1 if toxic, 0 if
|
66 |
-
| language | string | the language of the text
|
67 |
-
| labels | string |
|
68 |
|
69 |
## Source
|
70 |
|
|
|
59 |
|
60 |
## Features
|
61 |
|
62 |
+
| Feature | Type | Description |
|
63 |
+
|----------|--------|------------------------------|
|
64 |
+
| text | string | The user-generated comment |
|
65 |
+
| toxic | int64 | 1 if toxic, 0 if not-toxic |
|
66 |
+
| language | string | the language of the text |
|
67 |
+
| labels | string | toxic column value as string |
|
68 |
|
69 |
## Source
|
70 |
|