Bert的使用

Bert的基本使用:参考:https://www.jianshu.com/p/bfd0148b292e
bert词向量输出:https://blog.csdn.net/luoyexuge/article/details/84939755
基于bert的实体识别:https://github.com/lbda1/BERT-NER
谷歌开源的bert代码以及提供的训练好的模型:https://github.com/google-research/bert
对bert进行封装,提供一个输入给出对应的向量:https://github.com/lbda1/bert-as-service
Bert的各种模型:
https://www.jianshu.com/p/bfd0148b292e
https://blog.csdn.net/u012526436/article/details/84637834
Bert模型的学习:
https://www.jianshu.com/p/160c4800b9b5
【Bert的使用】Bert-Serving学习:
https://pypi.org/project/bert-serving-server/

    推荐阅读