From 3cb35e5e81934f7cc6dcefbad34bf7e22bded434 Mon Sep 17 00:00:00 2001 From: Joerg Franke Date: Thu, 5 Jul 2018 09:01:28 +0200 Subject: [PATCH] typo in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9c6aff..fe86e27 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This repository is the groundwork for the MRQA 2018 paper submission "Robust and Scalable Differentiable Neural Computer for Question Answering". It contains a modular and fully configurable DNC with the following advancements: + + @@ -88,13 +90,13 @@ pip install -e . ### Inference The repository contains different pre-trained models in the experiments folder. -For __bAbI inference__, choose pre-trained model e.g. adnc and run: +For __bAbI inference__, choose pre-trained model e.g. `adnc` and run: `python scripts/inference_babi_task.py adnc` Possible models are `dnc`, `adnc`, `biadnc` on bAbi Task 1 and `biadnc-all`, `biadnc-aug16-all` for all bAbI tasks with or without augmentation of task 16. -For __CNN inference__ of pre-trained ADNC and run: +For __CNN inference__ of pre-trained ADNC run: `python scripts/inference_babi_task.py`