Skip to content

Commit a8cfa22

Browse files
Update README.md
1 parent 4ee137b commit a8cfa22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Read_Bert_Code
22
一步步阅读并讲解Bert源码(Pytorch版本)
3+
# 背景
34
现在各大公司对Bert的应用很多,一般来说都需要进行模型压缩才能满足速度的要求,这就需要对Bert结构有足够的了解。于是,准备简单的复现一个Bert模型。这里先把源码仔细的阅读一下,有一个非常细致的了解,对以后针对Bert模型的改造和压缩很有帮助。
45

6+
# 代码和数据介绍
57
首先 我借鉴的代码参考自这个仓库
68

79
https://github.com/ChineseGLUE/ChineseGLUE/tree/master/baselines/models_pytorch/classifier_pytorch

0 commit comments

Comments
 (0)