-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
transformer 实现 WWM 来 Fine-tune Bert 相关问题 #153
Comments
你可以参考FAIR提出的cc_net,或许会有一些输出处理的启发。 |
感谢您的回复~
|
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing the issue, since no updates observed. Feel free to re-open if you need any further assistance. |
@ymcui 您好,关于二次训练中使用LTP,有一个细节问题想问:应该要使用哪一个版本的LTP呢? |
您好,非常感谢您这边的工作。
我最近在 transformers 中实现了 WWM 的 Fine-tune,相关 PR 已经被 merge 到 master 分支, 具体可以参见:这里。
具体的实现参考了 #13 中的描述:对于BERT 的分词结果,使用 LTP 的分词结果,对特定位置的索引添加
##
,后面 mask 部分代码就可以直接套用 Google 代码。有两个细节上的小问题,希望您不吝解答:
The text was updated successfully, but these errors were encountered: