开源模型代码

1 bert

BERT 项目地址:https://github.com/google-research/bert#fine-tuning-with-bert
BERT 项目论文:https://arxiv.org/abs/1810.04805

2 ELMO

论文:Deep contextualized word representations
https://arxiv.org/pdf/1802.05365.pdf
项目首页:https://allennlp.org/elmo
源码:https://github.com/allenai/allennlp (PyTorch,关于ELMo的部分戳这里)
https://github.com/allenai/bilm-tf (TensorFlow)

你可能感兴趣的:(开源模型代码)