Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
任务
任务编号:#IC6YXY
任务链接:【开源实习】技术公开课内容测试任务2
实现内容:
bert_emotect_finetune.ipynb
实现了在mindspore2.5.0和mindnlp0.4.0套件上跑通反馈,并在pip install mindnlp
和pip install mindspore
处锁定版本如图:任务模型正常训练:

性能对比表格:
测试任务模型Acc:

原版模型Acc:

预测结果对比:

测试任务模型:
原版模型:

完全一致
bert_introduction.ipynb
实现了在mindnlp0.4.0套件上跑通反馈,并在pip install mindnlp
和pip install mindspore
处锁定版本如图:Tokenizer正常工作:

测试任务模型结果:
原版模型结果:

完全一致