From c4d592e44e624d0902641c02521ff6927b70970e Mon Sep 17 00:00:00 2001 From: "joe.zhao" Date: Tue, 26 Feb 2019 08:44:14 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2265025..5d9ef68 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ``` from bert.extrac_feature import BertVector bv = BertVector() -bv.encode(['你好']) +bv.encode(['今天天气不错']) ``` 4、文本分类 @@ -54,4 +54,4 @@ bs.set_mode(tf.estimator.ModeKeys.PREDICT) bs.test ``` -5、DEMO中自带了蚂蚁金服的测试数据供大家使用 \ No newline at end of file +5、DEMO中自带了蚂蚁金服的测试数据供大家使用