phusroyal commited on
Commit
a8ae249
1 Parent(s): 880ef3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -125,7 +125,7 @@ Description:
125
  Description:
126
  - This folder contains the data for the span extraction-based version of the task. The data is divided into two files: train and dev. Each file contains the following columns:
127
  - **content**: The content of the sentence.
128
- - **index_spans**: The index of the hate and offensive spans in the sentence. The index is in the format of [start, end] where start is the index of the first character of the hate and offensive span and end is the index of the last character of the hate and offensive span.
129
  - The train and dev file are used for training and validation for BiLSTM-CRF model, respectively.
130
 
131
  ### Citation Information
 
125
  Description:
126
  - This folder contains the data for the span extraction-based version of the task. The data is divided into two files: train and dev. Each file contains the following columns:
127
  - **content**: The content of the sentence.
128
+ - **span_ids**: The index of the hate and offensive spans in the sentence. The index is in the format of [start, end] where start is the index of the first character of the hate and offensive span and end is the index of the last character of the hate and offensive span.
129
  - The train and dev file are used for training and validation for BiLSTM-CRF model, respectively.
130
 
131
  ### Citation Information