From 134e3fb90354ff0d656c780dc9b9348745c25961 Mon Sep 17 00:00:00 2001 From: Steffy-zxf <48793257+Steffy-zxf@users.noreply.github.com> Date: Wed, 25 Sep 2019 11:23:30 +0800 Subject: [PATCH] Update README.md --- demo/text-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/text-classification/README.md b/demo/text-classification/README.md index 710eb21d..e2a3c038 100644 --- a/demo/text-classification/README.md +++ b/demo/text-classification/README.md @@ -21,7 +21,7 @@ ## 如何开始Finetune -在完成安装PaddlePaddle与PaddleHub后,通过执行脚本`sh run_classifier.sh`即可开始使用ERNIE对ChnSentiCorp数据集进行Finetune。**由于ERNIE模型计算量较大,建议在GPU上使用,且显存需要大于14GB** +在完成安装PaddlePaddle与PaddleHub后,通过执行脚本`sh run_classifier.sh`即可开始使用ERNIE对ChnSentiCorp数据集进行Finetune。 其中脚本参数说明如下: -- GitLab