From e5bdc8026ddefa4d4eb1cdf49ba3d4777097378f Mon Sep 17 00:00:00 2001 From: "joe.zhao" Date: Sun, 5 May 2019 09:18:57 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a53499..ee15145 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ import tensorflow as tf bs = BertSim() bs.set_mode(tf.estimator.ModeKeys.PREDICT) -bs.test +bs.test() ``` 5、DEMO中自带了蚂蚁金服的测试数据供大家使用,但该份数据区分度不大,建议使用QA_corpus数据集,这里给出[地址](http://icrc.hitsz.edu.cn/info/1037/1162.htm)