Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
Former-commit-id: 7f3f140
  • Loading branch information
Yoon Kim committed Aug 19, 2015
1 parent f480c72 commit 00e0420
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the `nngraph` and `optim` packages, which can be installed via:
luarocks install nngraph
luarocks install optim
```
GPU usage will additionally require:
GPU usage will additionally require `cutorch` and `cunn` packages:
```
luarocks install cutorch
luarocks install cunn
Expand Down Expand Up @@ -67,13 +67,13 @@ th main.lua -savefile char-small -rnn_size 300 -highway_layers 1
```

#### Word-level models
Large word-level model (`LSTM-Word-Large` in the paper).
Large word-level model (LSTM-Word-Large in the paper).
This should get ~89 on valid and ~85 on test.
```
th main.lua -savefile word-large -word_vec_size 650 -highway_layers 0
-use_chars 0 -use_words 1
```
Small word-level model (`LSTM-Word-Small` in the paper).
Small word-level model (LSTM-Word-Small in the paper).
This should get ~101 on valid and ~98 on test.
```
th main.lua -savefile word-small -word_vec_size 200 -highway_layers 0
Expand Down

0 comments on commit 00e0420

Please sign in to comment.