8000 Update README.md by xyzhou-puck · Pull Request #4267 · PaddlePaddle/models · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update README.md #4267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2020
Merged
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
7 changes: 3 additions & 4 deletions dygraph/bert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@

### 发布要点

1) 动态图BERT模型

2)目前仅支持fine-tuning任务,后续会开展对pre-training任务的支持
1)动态图BERT模型,目前仅支持fine-tuning任务,后续会开展对pre-training任务的支持

3)数据集目前验证了glue上的部分任务,squad上的任务后续会进行验证
2)数据集目前验证了glue上的部分任务,squad上的任务后续会进行验证

4)目前暂不支持FP16/FP32混合精度训练。
3)目前暂不支持FP16/FP32混合精度训练。

| Model | Layers | Hidden size | Heads |Parameters |
| :------| :------: | :------: |:------: |:------: |
Expand Down
0