From 1cca54c6f4a2a44615a27694c685f2edc8a7e6f1 Mon Sep 17 00:00:00 2001 From: Rajarshi Das Date: Sun, 17 Jun 2018 22:03:22 -0400 Subject: [PATCH] Update README.md small fix in arg name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8238f4..be68277 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ answers spans in each document. Run `python docqa/triviaqa/build_span_corpus.py {web|wiki|open} --n_processes 8` -to build the desired set. This builds pkl files "./data/triviaqa/{web|wiki|open}" +to build the desired set. This builds pkl files "./data/triviaqa/{web|wiki|web-open}" ## Training @@ -178,4 +178,4 @@ This is the model that powers our demo. The models can be downloaded [here](https://drive.google.com/open?id=1Hj9WBQHVa__bqoD5RIOPu2qDpvfJQwjR) The models use the cuDNN implementation of GRUs by default, which means they can only be run on -the GPU. We also have slower, but CPU compatible, versions [here](https://drive.google.com/open?id=1NRmb2YilnZOfyKULUnL7gu3HE5nT0sMy). \ No newline at end of file +the GPU. We also have slower, but CPU compatible, versions [here](https://drive.google.com/open?id=1NRmb2YilnZOfyKULUnL7gu3HE5nT0sMy).