We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee137b commit a8cfa22Copy full SHA for a8cfa22
README.md
@@ -1,7 +1,9 @@
1
# Read_Bert_Code
2
一步步阅读并讲解Bert源码(Pytorch版本)
3
+# 背景
4
现在各大公司对Bert的应用很多,一般来说都需要进行模型压缩才能满足速度的要求,这就需要对Bert结构有足够的了解。于是,准备简单的复现一个Bert模型。这里先把源码仔细的阅读一下,有一个非常细致的了解,对以后针对Bert模型的改造和压缩很有帮助。
5
6
+# 代码和数据介绍
7
首先 我借鉴的代码参考自这个仓库
8
9
https://github.com/ChineseGLUE/ChineseGLUE/tree/master/baselines/models_pytorch/classifier_pytorch
0 commit comments