From f16d1b1b0917dc6267b31aa62dade46f485e3221 Mon Sep 17 00:00:00 2001 From: "jiachen.li" Date: Wed, 31 Mar 2021 17:29:55 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c9e0c..142fb42 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,6 @@ python train_lstm.py The results are obtained by using the default hyper-parameters listed in `config.py` without pretraining the MLC. | Mode | BLEU-1 | BLEU-2 | BLEU-3 | BLEU-4 | -| --- | --- | --- | --- | --- | --- | --- | --- | +| --- | --- | --- | --- | --- | | Reproduce | 0.554 | 0.231 | 0.136 | 0.067 | | Paper | 0.517 | 0.386 | 0.306 | 0.247 |