From aa87df53603699069226cb3ab0cc33b2c402e0e6 Mon Sep 17 00:00:00 2001 From: chenjiawen Date: Thu, 11 Apr 2019 21:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E6=95=B0=E6=8D=AE=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PaddleNLP/ELMO/bilm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PaddleNLP/ELMO/bilm.py b/PaddleNLP/ELMO/bilm.py index 72512849..3f517694 100755 --- a/PaddleNLP/ELMO/bilm.py +++ b/PaddleNLP/ELMO/bilm.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file is used to finetune +# This file is used to finetune. from __future__ import absolute_import from __future__ import division -- GitLab