Skip to content

Commit

Permalink
Merge branch 'dev1.2' of https://github.com/hellohaptik/multi-task-NLP
Browse files Browse the repository at this point in the history
…into dev1.2
  • Loading branch information
saransh-mehta committed Jun 4, 2020
2 parents 3e0d6a6 + 55fba7c commit 259cc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/task_formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Majority of the NLI tasks can be modeled using one of these task types.
3. **SentenceA** :- First sentence of the sentence pair.
4. **SentenceB** :- Second sentence of the sentence pair.

- ``NER`` : This task type is to be used for sequence labelling / Named Entity Recognition. The data files need to have following columns separated by **"\\t"** in the order as mentioned below.
- ``NER`` : This task type is to be used for sequence labelling tasks like Named Entity Recognition , entity mention detection, keyphrase extraction etc. The data files need to have following columns separated by **"\\t"** in the order as mentioned below.

1. **Unique id** :- an id to uniquely identify each row/sample.
2. **Label** :- List of tags for words in sentence.
Expand Down

0 comments on commit 259cc8d

Please sign in to comment.