From 1f5414152017f867ebc2d177699b661806ea759d Mon Sep 17 00:00:00 2001 From: Stephen Balogh Date: Wed, 28 Mar 2018 16:14:02 -0400 Subject: [PATCH] corrects duplicate in model_name options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f81baa..9051b34 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To start training with any of the training scripts, there are a couple of requir Required flags, -- `model_type`: there are three model types in this repository, `cbow`, `bilstm`, and `cbow`. You must state which model you want to use. +- `model_type`: there are three model types in this repository, `cbow`, `bilstm`, and `esim`. You must state which model you want to use. - `model_name`: this is your experiment name. This name will be used the prefix the log and checkpoint files. Optional flags,