From 641cff9d7794095877fc4df4d27c03db5582e25f Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Mon, 15 Apr 2019 10:41:06 +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 e4233f95..0239162d 100644 --- a/demo/text-classification/README.md +++ b/demo/text-classification/README.md @@ -1,4 +1,4 @@ -# Text Classification +# PaddleHub 文本分类 本示例将展示如何使用PaddleHub Finetune API以及[ERNIE](https://github.com/PaddlePaddle/LARK/tree/develop/ERNIE)预训练模型完成分类任务。 其中分类任务可以分为两大类: -- GitLab