File tree Expand file tree Collapse file tree 5 files changed +2
-15
lines changed Expand file tree Collapse file tree 5 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ pip install --upgrade paddlenlp
59
59
from paddlenlp.transformers import *
60
60
61
61
ernie = ErnieModel.from_pretrained(' ernie-1.0' )
62
- ernie_gram = ErnieGramModel.from_pretrained(' ernie-gram' )
62
+ ernie_gram = ErnieGramModel.from_pretrained(' ernie-gram-zh ' )
63
63
bert = BertModel.from_pretrained(' bert-wwm-chinese' )
64
64
albert = AlbertModel.from_pretrained(' albert-chinese-tiny' )
65
65
roberta = RobertaModel.from_pretrained(' roberta-wwm-ext' )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ We provide **15** network architectures and **67** pretrained models. Not only i
57
57
from paddlenlp.transformers import *
58
58
59
59
ernie = ErnieModel.from_pretrained(' ernie-1.0' )
60
- ernie_gram = ErnieGramModel.from_pretrained(' ernie-gram' )
60
+ ernie_gram = ErnieGramModel.from_pretrained(' ernie-gram-zh ' )
61
61
bert = BertModel.from_pretrained(' bert-wwm-chinese' )
62
62
albert = AlbertModel.from_pretrained(' albert-chinese-tiny' )
63
63
roberta = RobertaModel.from_pretrained(' roberta-wwm-ext' )
Original file line number Diff line number Diff line change @@ -153,19 +153,6 @@ Requirements.txt文件中包含了你创建的repo中所使用其他开发者的
153
153
- 机械键盘、小度等可爱奖品
154
154
- 你想要什么周边,撩班班吧😍😍
155
155
156
- <p align =" center " >
157
- <img src =" images/award1.png " width =" 800 " height =" 410 " />
158
- </p >
159
-
160
-
161
-
162
- <p align =" center " >
163
- <img src =" images/award2.png " width =" 800 " height =" 510 " />
164
- </p >
165
-
166
-
167
-
168
-
169
156
170
157
## 优秀作业公示
171
158
You can’t perform that action at this time.
0 commit comments