[Feature] Add T5 translation fine-tuning notebook based on MindNLP#38
Open
maxiaoyu-2026 wants to merge 6 commits intomindspore-lab:devfrom
Open
[Feature] Add T5 translation fine-tuning notebook based on MindNLP#38maxiaoyu-2026 wants to merge 6 commits intomindspore-lab:devfrom
maxiaoyu-2026 wants to merge 6 commits intomindspore-lab:devfrom
Conversation
Contributor
|
MindSpore == 2.7.0和MindSpore NLP == 0.5.1版本可以运行 |
Contributor
|
okie,辛苦@DuangZ-GR检查下代码和提交规范吧 |
|
同时记得附带链接跳转到自己的notebook文件,以下为示例 |
Author
|
老师您好,我已经按照要求修改了 README 并删除最后一行代码块,请您重新审核。 |
|
@xing-yiren,代码和提交规范审核没问题 |
xing-yiren
reviewed
Jan 22, 2026
Contributor
|
同时代码的提交路径,建议是更新到 |
Contributor
|
其他都挺好的,很棒 |
Author
|
老师您好,相关内容已修改,代码路径已更新到llm下 |
|
修改后的代码可以运行 |
xing-yiren
approved these changes
Jan 26, 2026
Added information about Helsinki-NLP/T5 notebooks for translation.
Author
|
老师您好,Application List中链接和描述已添加 |
|
好的好的,辛苦你啦,我这边审核没问题,麻烦@xing-yiren 再检查下 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Description
-Added a notebook for fine-tuning T5 model on WMT16 translation task using MindNLP.#1803
-https://gitcode.com/mindspore/community/issues/1803
Changes
finetune_seq2seq_translation.ipynbinnlp/t5/directory.Testing