andyP commited on
Commit
db0be20
1 Parent(s): 742f230

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -95,6 +95,8 @@ An example of 'train' looks as follows.
95
  - `offensive_substrings`: a list of offensive substrings. Can contain duplicates if some offensive substring appears twice
96
  - `offensive_sequences`: a list of tuples with (start, end) position of the offensive sequences
97
 
 
 
98
  ### Data Splits
99
 
100
  | name |train|validate|test|
 
95
  - `offensive_substrings`: a list of offensive substrings. Can contain duplicates if some offensive substring appears twice
96
  - `offensive_sequences`: a list of tuples with (start, end) position of the offensive sequences
97
 
98
+ *Attention*: the sequences are computed for \n line sepparator! Git might convert the csv to \r\n.
99
+
100
  ### Data Splits
101
 
102
  | name |train|validate|test|