From 4a1e68c3caeb69bb80f9d39aae293da3dad49418 Mon Sep 17 00:00:00 2001 From: Lu Shengliang Date: Thu, 8 Mar 2018 20:33:13 +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 34a141a..6d15a2d 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Test a trained SQLNet model with column attention and trainable embedding: python test.py --ca --train_emb ``` -Test a trained [Seq2SQL model](https://arxiv.org/abs/1709.00103) withour RL on the re-splitted dataset +Test a trained [Seq2SQL model](https://arxiv.org/abs/1709.00103) without RL on the re-splitted dataset ```bash python test.py --baseline --dataset 1 ```