Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 202 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 202 Bytes

RNN-for-tagging

Pytorch implementation of LSTM, Bi-LSTM and Bi-LSTM-CRF which are in the context of NER.

Most of these lines refer to the Pytorch Tutorials.

We use BIO labels for the task of NER.