marmarg2 commited on
Commit
50f8245
1 Parent(s): 1ac62c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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. {'comment_text': 'Sample comment text', 'toxic': 0, }
36
 
37
  ### Data Fields
38
 
39
- comment_text: the text of the comment
40
- toxic: value of 0(non-toxic) or 1(toxic) classifying the comment
 
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