Skip to content
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

【开源实习】bert模型微调 #1897

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Alemax067
Copy link

任务链接:https://gitee.com/mindspore/community/issues/IAUP1T

结果:参考指标为在测试集上的准确率,mindspore + mindnlp 复现结果略优于 pytorch, 代码详细说明及结果见文件README.md

测试集准确率:

my results on mindspore

Model Variant Accuracy on Dev Set
BERT (no finetuning) 81.25%
BERT (with finetuning) 90.07%

my results on pytorch

Model Variant Accuracy on Dev Set
BERT (no finetuning) 81.03%
BERT (with finetuning) 89.84%

Original results from the repo

Model Variant Accuracy on Dev Set
BERT (no finetuning) 82.59%
BERT (with finetuning) 88.29%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant