Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 236 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 236 Bytes

CLUENER2020

First homework for Calculative Linguistics (2020Fall)

  • BiLSTM-CRF: BiLSTM with manually implemented CRF, f1-score 0.65 after 10 epoch
  • BiLSTM-torchcrf: BiLSTM with torchcrf
  • BERT-NER:Bert with linear classifier