From 82a976fd2ff1dfccd2d4b756c1e6b1fed334cfa4 Mon Sep 17 00:00:00 2001 From: saikrishna_1996 Date: Thu, 21 Sep 2017 15:44:44 -0400 Subject: [PATCH] Update README.md --- word_language_model/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/word_language_model/README.md b/word_language_model/README.md index cdd6c59f0e..c27f24d5d4 100644 --- a/word_language_model/README.md +++ b/word_language_model/README.md @@ -25,7 +25,7 @@ optional arguments: --data DATA location of the data corpus --model MODEL type of recurrent net (RNN_TANH, RNN_RELU, LSTM, GRU) --emsize EMSIZE size of word embeddings - --nhid NHID humber of hidden units per layer + --nhid NHID number of hidden units per layer --nlayers NLAYERS number of layers --lr LR initial learning rate --clip CLIP gradient clipping