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中自带了蚂蚁金服的测试数据供大家使用