From e2af73a64d510a891d41f2cab5dedce73422e094 Mon Sep 17 00:00:00 2001 From: Steffy-zxf Date: Fri, 28 Aug 2020 16:39:04 +0800 Subject: [PATCH] update notation --- paddlehub/datasets/chnsenticorp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddlehub/datasets/chnsenticorp.py b/paddlehub/datasets/chnsenticorp.py index 4a0f177e..efaca366 100644 --- a/paddlehub/datasets/chnsenticorp.py +++ b/paddlehub/datasets/chnsenticorp.py @@ -37,7 +37,7 @@ class ChnSentiCorp(TextClassificationDataset): It tokenizes the text and encodes the data as model needed. max_seq_len (:obj:`int`, `optional`, defaults to :128): The maximum length (in number of tokens) for the inputs to the selected module, - such as enrie, bert and so on. + such as ernie, bert and so on. mode (:obj:`str`, `optional`, defaults to `train`): It identifies the dataset mode (train, test or dev). -- GitLab