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.71k stars 1.26k forks source link

句子对相似度计算模型的部署 #294

Closed Vincent131499 closed 4 years ago

Vincent131499 commented 4 years ago

请问针对句子对相似度计算的模型,如何部署呢?敬请回复!

macanv commented 4 years ago

参考https://github.com/macanv/BERT-BiLSTM-CRF-NER/blob/master/bert_base/server/simple_flask_http_service.py

Vincent131499 commented 4 years ago

Thanks for your reply, I have implemented this feature now