From 9b7089e3dab1b43b7d09feda4d0dd378c9769523 Mon Sep 17 00:00:00 2001 From: Steffy-zxf <48793257+Steffy-zxf@users.noreply.github.com> Date: Wed, 9 Oct 2019 17:18:35 +0800 Subject: [PATCH] Update autofinetune-nlp.md --- tutorial/autofinetune-nlp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/autofinetune-nlp.md b/tutorial/autofinetune-nlp.md index d3672436..74d76230 100644 --- a/tutorial/autofinetune-nlp.md +++ b/tutorial/autofinetune-nlp.md @@ -29,7 +29,7 @@ param_list: greater_than : 0.0 ``` -以下是中文情感分类的train.py +以下是中文情感分类的`train.py` ```python from __future__ import absolute_import -- GitLab