bert使用总结

1、bert的开源代码:

https://github.com/google-research/bert

2、bert的service接口:

将bert封装成了clinet和service框架,通过客户端向服务器发起请求的方式使用

https://github.com/hanxiao/bert-as-service/

3、bert的简单使用

https://github.com/InsaneLife/bert中bert_as_featury.py

https://blog.csdn.net/shine19930820/article/details/85730536

4、bert中的self-attention机制

https://jalammar.github.io/illustrated-transformer/

https://lonepatient.top/2019/01/09/BERT(1)-self-Attention.html

扫描二维码关注公众号,回复: 5926790 查看本文章

5、bert的相关资料及论文

https://github.com/Jiakui/awesome-bert

猜你喜欢

转载自blog.csdn.net/zcc_0015/article/details/86176294
今日推荐