Skip to content

Commit 9149ebc

Browse files
【开源实习】bert_generation模型微调 (#1911)
Co-authored-by: xieyw <1780582032@qq.com>
1 parent 7489480 commit 9149ebc

12 files changed

+4139
-0
lines changed

llm/finetune/bert_generation/cifar100_eval.ipynb

Lines changed: 602 additions & 0 deletions
Large diffs are not rendered by default.

llm/finetune/bert_generation/cifar10_eval.ipynb

Lines changed: 789 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from download import download
2+
3+
url = "https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/datasets/cifar-10-binary.tar.gz"
4+
path_10 = download(url, "./", kind="tar.gz", replace=True)
5+
url = "https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/notebook/datasets/cifar-100-binary.tar.gz"
6+
path_100 = download(url, "data", kind="tar.gz", replace=True)

0 commit comments

Comments
 (0)