From b42d9ab221f95a51fdd77e433ce2cbe1990165a2 Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Thu, 4 Apr 2019 13:56:08 +0800 Subject: [PATCH] update typo --- demo/ernie-classification/finetune_with_hub.py | 2 +- demo/ernie-seq-labeling/finetune_with_hub.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/ernie-classification/finetune_with_hub.py b/demo/ernie-classification/finetune_with_hub.py index 8d088ba3..79ee2790 100644 --- a/demo/ernie-classification/finetune_with_hub.py +++ b/demo/ernie-classification/finetune_with_hub.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""Finetuning on classification tasks.""" +"""Finetuning on classification task """ from __future__ import absolute_import from __future__ import division diff --git a/demo/ernie-seq-labeling/finetune_with_hub.py b/demo/ernie-seq-labeling/finetune_with_hub.py index 8708bdeb..c2903eaf 100644 --- a/demo/ernie-seq-labeling/finetune_with_hub.py +++ b/demo/ernie-seq-labeling/finetune_with_hub.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""Finetuning on classification tasks.""" +"""Finetuning on sequence labeling task.""" from __future__ import absolute_import from __future__ import division -- GitLab