Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions BERT/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Bidirectional Encoder Representation from Transformer(BERT)

模型部分源码阅读笔记....(工程量真的有点大,暂时只啃了模型处理的部分,待补)

blog整理:https://blog.csdn.net/qq_39388410/article/details/102136315

#

原paper:https://arxiv.org/abs/1810.04805
Original paper:https://arxiv.org/abs/1810.04805

原code:https://github.com/google-research/bert
Original code:https://github.com/google-research/bert

#

pytorch版本代码:https://github.com/huggingface/transformers
Relevant Code:https://github.com/huggingface/transformers