macanv / BERT-BiLSTM-CRF-NER

Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
https://github.com/macanv/BERT-BiLSMT-CRF-NER
4.67k stars 1.25k forks source link

文本分类模型提供服务如何输出多个标签的结果 #380

Open aaronliu7 opened 3 years ago

aaronliu7 commented 3 years ago

现在只能输出一个标签和分数,想要得到多分类情况下的每个标签的得分情况,或者top n的标签