Skip to content

Commit 5be07e4

Browse files
authored
fix a readme bug (#567)
1 parent 29cd036 commit 5be07e4

File tree

5 files changed

+2
-15
lines changed

5 files changed

+2
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pip install --upgrade paddlenlp
5959
from paddlenlp.transformers import *
6060

6161
ernie = ErnieModel.from_pretrained('ernie-1.0')
62-
ernie_gram = ErnieGramModel.from_pretrained('ernie-gram')
62+
ernie_gram = ErnieGramModel.from_pretrained('ernie-gram-zh')
6363
bert = BertModel.from_pretrained('bert-wwm-chinese')
6464
albert = AlbertModel.from_pretrained('albert-chinese-tiny')
6565
roberta = RobertaModel.from_pretrained('roberta-wwm-ext')

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ We provide **15** network architectures and **67** pretrained models. Not only i
5757
from paddlenlp.transformers import *
5858

5959
ernie = ErnieModel.from_pretrained('ernie-1.0')
60-
ernie_gram = ErnieGramModel.from_pretrained('ernie-gram')
60+
ernie_gram = ErnieGramModel.from_pretrained('ernie-gram-zh')
6161
bert = BertModel.from_pretrained('bert-wwm-chinese')
6262
albert = AlbertModel.from_pretrained('albert-chinese-tiny')
6363
roberta = RobertaModel.from_pretrained('roberta-wwm-ext')

education/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,6 @@ Requirements.txt文件中包含了你创建的repo中所使用其他开发者的
153153
- 机械键盘、小度等可爱奖品
154154
- 你想要什么周边,撩班班吧😍😍
155155

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-
169156

170157
## 优秀作业公示
171158

education/images/award1.png

-192 KB
Binary file not shown.

education/images/award2.png

-212 KB
Binary file not shown.

0 commit comments

Comments
 (0)