关于BERT、ALBERT做NER的网址记录

1. https://github.com/google-research/bert#fine-tuning-with-bert (谷歌开源BERT)

2. https://blog.csdn.net/macanv/article/details/85684284 (基于BERT预训练的中文命名实体识别TensorFlow实现)

3. https://www.jianshu.com/p/b05e50f682dd(序列标注——实体识别BERT-BLSTM-CRF)

4. https://www.jianshu.com/p/3d0bb34c488a(BERT的demo运行)

5. https://python.ctolib.com/ProHiryu-albert-chinese-ner.html(使用预训练语言模型ALBERT做中文NER)

6. https://github.com/kyzhouhzau/BERT-NER(输出带acc)

7. https://github.com/brightmart/albert_zh(ALBert 预训练模型)

8. https://github.com/macanv/BERT-BiLSTM-CRF-NER(BERT-BiLSTM-CRF-NER常用版)

9. https://www.jianshu.com/p/1d6689851622(五分钟搭建一个基于BERT的NER模型)

10. https://github.com/BrikerMan/Kashgari(快速搭建NER框架)

11. https://github.com/grallage/ALBERT-BiLSTM-CRF-NER(ALBERT-BiLSTM-CRF-NER)

你可能感兴趣的:(编程学习,BERT)