hyli666

Results 2 issues of hyli666

Hi! Thank you so much for releasing BERT-NER codes. I have a question: the sentences are padded with max_sequence_length and labels in such padded part are set to 0. But...

Hi, thanks for sharing codes. I tried to revise the model according to your paper. 1). Fixed KL divergency calculation bug. 2). Added feature for supporting batch processing. (input: [batch,...