Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bojone committed Jan 17, 2020
1 parent db3b18d commit a2b8cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pip install git+https://www.github.com/bojone/bert4keras.git
(注:徐亮版albert的开源时间早于Google版albert,这导致早期徐亮版albert的权重与Google版的不完全一致,换言之两者不能直接相互替换。为了减少代码冗余,bert4keras的0.2.4及后续版本均只支持加载<u>Google版</u>以徐亮版中<u>带Google字眼</u>的权重。如果要加载早期版本的权重,请用<a href="https://github.com/bojone/bert4keras/releases/tag/v0.2.3">0.2.3版本</a>。)

## 更新
- <strong>2020.01.17</strong>: 各api日趋稳定,为了方便大家使用,打包到<a href="https://pypi.org/project/bert4keras/">pypi</a>。
- <strong>2020.01.17</strong>: 各api日趋稳定,为了方便大家使用,打包到<a href="https://pypi.org/project/bert4keras/">pypi</a>,首个打包版本号为0.4.6
- <strong>2020.01.10</strong>: 重写模型mask方案,某种程度上让代码更为简练清晰;后端优化。
- <strong>2019.12.27</strong>: 重构预训练代码,减少冗余;目前支持RoBERTa和GPT两种预训练方式,详见<a href="https://github.com/bojone/bert4keras/tree/master/pretraining/">pretraining</a>。
- <strong>2019.12.17</strong>: 适配华为的<a href="https://github.com/huawei-noah/Pretrained-Language-Model/tree/master/NEZHA">nezha</a>权重,只需要在`build_bert_model`函数里加上`model='nezha'`;此外原来albert的加载方式`albert=True`改为`model='albert'`
Expand Down

0 comments on commit a2b8cbb

Please sign in to comment.