From b293afa7bc6a7a203b1ccd014b87eeb0009ec146 Mon Sep 17 00:00:00 2001 From: wangxiao1021 Date: Mon, 3 Feb 2020 17:02:04 +0800 Subject: [PATCH] udate README --- examples/classification/README.md | 1 + examples/matching/README.md | 1 + examples/predict/README.md | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/classification/README.md b/examples/classification/README.md index 114ffc6..8f166e3 100644 --- a/examples/classification/README.md +++ b/examples/classification/README.md @@ -74,5 +74,6 @@ python evaluate.py The evaluation results are as follows: ``` +data num: 1200 precision: 0.956666666667, recall: 0.949013157895, f1: 0.95688225039 ``` diff --git a/examples/matching/README.md b/examples/matching/README.md index f5587d1..a3b0c96 100644 --- a/examples/matching/README.md +++ b/examples/matching/README.md @@ -81,5 +81,6 @@ python evaluate.py The evaluation results are as follows: ``` +data_num: 4300 precision: 0.857906976744, recall: 0.824249846908, f1: 0.81501664653 ``` diff --git a/examples/predict/README.md b/examples/predict/README.md index 4b781df..ca8338f 100644 --- a/examples/predict/README.md +++ b/examples/predict/README.md @@ -71,8 +71,9 @@ Once you have the prediction, you can run the evaluation script to evaluate the python evaluate.py ``` -The evaluation results are as follows: (need to update) +The evaluation results are as follows: ``` -precision: 0.956666666667, recall: 0.949013157895, f1: 0.95688225039 +data num: 1200 +precision: 0.494166666667, recall: 0.0444078947368, f1: 0.0816944009455 ``` -- GitLab