From 4df639afc3b023bec7098e42db5f51740ad7afbc Mon Sep 17 00:00:00 2001 From: Xiaoyao Xi <24541791+xixiaoyao@users.noreply.github.com> Date: Tue, 4 Feb 2020 17:49:53 +0800 Subject: [PATCH] Update README.md --- examples/classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/classification/README.md b/examples/classification/README.md index 8f166e3..3a99192 100644 --- a/examples/classification/README.md +++ b/examples/classification/README.md @@ -12,7 +12,7 @@ Make sure you have downloaded the required pre-training model in the current fol #### Dataset -This task uses the `chnsenticorp` dataset. +This example demonstrates with [ChnSentiCorp](https://github.com/SophonPlus/ChineseNlpCorpus/tree/master/datasets/ChnSentiCorp_htl_all), a Chinese sentiment analysis dataset. Download dataset: ```shell -- GitLab