Skip to content

Commit bfcecd9

Browse files
authored
fix url to download raw code (#5728)
1 parent f6bef74 commit bfcecd9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modelcenter/ERNIE-M/introduction_cn.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"\n",
4545
"```shell\n",
4646
"# 下载脚本文件(从gitee上更快)\n",
47-
"wget https://gitee.com/paddlepaddle/PaddleNLP/blob/develop/model_zoo/ernie-m/run_classifier.py\n",
47+
"wget https://gitee.com/paddlepaddle/PaddleNLP/raw/develop/model_zoo/ernie-m/run_classifier.py\n",
4848
"```\n",
4949
"\n",
5050
"* 单卡训练\n",
@@ -137,7 +137,7 @@
137137
],
138138
"metadata": {
139139
"kernelspec": {
140-
"display_name": "Python 3.7.13 ('model_center')",
140+
"display_name": "Python 3.10.8 ('base')",
141141
"language": "python",
142142
"name": "python3"
143143
},
@@ -151,12 +151,12 @@
151151
"name": "python",
152152
"nbconvert_exporter": "python",
153153
"pygments_lexer": "ipython3",
154-
"version": "3.7.13"
154+
"version": "3.10.8"
155155
},
156156
"orig_nbformat": 4,
157157
"vscode": {
158158
"interpreter": {
159-
"hash": "de1ffcbce2b3061b5001e2c22f3a27594f323d4a49b789ebdbef6534581834bd"
159+
"hash": "2f394aca7ca06fed1e6064aef884364492d7cdda3614a461e02e6407fc40ba69"
160160
}
161161
}
162162
},

Diff for: modelcenter/ERNIE-M/introduction_en.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"\n",
4444
"```shell\n",
4545
"# download from gitee\n",
46-
"wget https://gitee.com/paddlepaddle/PaddleNLP/blob/develop/model_zoo/ernie-m/run_classifier.py\n",
46+
"wget https://gitee.com/paddlepaddle/PaddleNLP/raw/develop/model_zoo/ernie-m/run_classifier.py\n",
4747
"```\n",
4848
"\n",
4949
"* training with single gpu\n",

0 commit comments

Comments
 (0)