andyP commited on
Commit
0c9e32d
1 Parent(s): 3a7af5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -95,14 +95,12 @@ An example of 'train' looks as follows.
95
 
96
  ### Data Fields
97
 
98
- - `comment_id': The unique comment ID,
99
- 'reply_to_comment_id': contains the header comment, if part of a conversation tree, otherwise empty
100
- 'comment_nr': the comments current number on the article
101
- 'content_id': the article ID
102
- 'comment_text': full comment text
103
- 'LABEL':
104
-
105
- 0 = Non-offensive, 1 = Targeted insult, 2 = Racist, 3 = Homophobic, 4 = Sexist
106
 
107
  ### Data Splits
108
 
 
95
 
96
  ### Data Fields
97
 
98
+ - `comment_id`: The unique comment ID,
99
+ - `reply_to_comment_id`: contains the header comment, if part of a conversation tree, otherwise empty
100
+ - `comment_nr`: the comments current number on the article
101
+ - `content_id`: the article ID
102
+ - `comment_text`: full comment text
103
+ - `LABEL`: 0 = Non-offensive, 1 = Targeted insult, 2 = Racist, 3 = Homophobic, 4 = Sexist
 
 
104
 
105
  ### Data Splits
106