Skip to content

Commit 459d269

Browse files
authored
Update day12 homework (#623)
* fix a readme bug * update education doc * update day12 homework
1 parent c985432 commit 459d269

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

education/day12.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Day12 预训练模型小型化与部署实战作业辅导
22

3-
本教程旨在辅导同学如何完成 AI Studio课程——[『NLP打卡营』实践课12:预训练模型小型化与部署实战
4-
](https://aistudio.baidu.com/aistudio/projectdetail/2114383)课后作业。
3+
本教程旨在辅导同学如何完成产业实践开放性题目(参照ERNIE-1.0的压缩部署流程,改用ERNIE-Gram的Teacher模型进行蒸馏)——[『NLP打卡营』实践课12:预训练模型小型化与部署实战](https://aistudio.baidu.com/aistudio/projectdetail/2114383)
4+
5+
必修作业是跑通原项目即可噢。
56

67
## 1. 对ERNIE-Gram进行fine-tuning得到教师模型
78
由于我们的蒸馏是在中文情感分析ChnSentiCorp任务上,因此我们需要对PaddleNLP提供的ERNIE-Gram在我们的任务上进行Fine-tuning。下面是详细的步骤:

0 commit comments

Comments
 (0)