From cf4da94379d6aace9853e3c71963ade9ffb50da3 Mon Sep 17 00:00:00 2001 From: Rui Zhang Date: Sat, 25 Jan 2020 11:04:42 -0500 Subject: [PATCH] update data/database --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efc66692..c6a75a17 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ The evaluation scripts use python 2.7 Download Pretrained BERT model from [here](https://drive.google.com/file/d/1f_LEWVgrtZLRuoiExJa5fNzTS8-WcAX9/view?usp=sharing) as `model/bert/data/annotated_wikisql_and_PyTorch_bert_param/pytorch_model_uncased_L-12_H-768_A-12.bin`. +Download the database sqlite files from [here](https://drive.google.com/file/d/1a828mkHcgyQCBgVla0jGxKJ58aV8RsYK/view?usp=sharing) as `data/database`. + ### Run Spider experiment First, download [Spider](https://yale-lily.github.io/spider). Then please follow