kyzhouhzau / BERT-NER

Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
MIT License
1.24k stars 335 forks source link

Is it possible that the tag I-PER independently occurs,namely the pre tag of I-PER tag is not B-PER。 #35

Open snowlord opened 5 years ago

snowlord commented 5 years ago

as the last layer is softmax,every tag is independent.

xiao2mo commented 5 years ago

as the last layer is softmax,every tag is independent.

bingo