lonePatient / BERT-NER-Pytorch

Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)
MIT License
2.06k stars 424 forks source link

How to run model like BERT+Span+focal_loss...? #50

Open tianke0711 opened 3 years ago

lonePatient commented 3 years ago

loss_type='focal'

tianke0711 commented 3 years ago

@lonePatient thanks