Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 270 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 270 Bytes

Named Entity Recognition

I achieved three different approaches:

1. Bert + Softmax

2. Bert + CRF(Conditional Random Field)

3. Bert + BiLSTM + CRF

And used two datasets:

cluener dataset -> Chinese

conll2003 dataset -> English