Update README.md
Browse files
README.md
CHANGED
@@ -32,12 +32,13 @@ The sentences are in Spanish.
|
|
32 |
|
33 |
### Data Instances
|
34 |
|
35 |
-
A data point consists of a comment followed by a label that is associated with it. {'
|
36 |
|
37 |
### Data Fields
|
38 |
|
39 |
-
|
40 |
-
|
|
|
41 |
|
42 |
### Data Splits
|
43 |
|
|
|
32 |
|
33 |
### Data Instances
|
34 |
|
35 |
+
A data point consists of a comment followed by a label that is associated with it. {'label': 0,'text': 'Sample comment text', }
|
36 |
|
37 |
### Data Fields
|
38 |
|
39 |
+
label: value of 0(non-toxic) or 1(toxic) classifying the comment
|
40 |
+
text: the text of the comment
|
41 |
+
|
42 |
|
43 |
### Data Splits
|
44 |
|