Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnwun authored Aug 19, 2016
1 parent 4dc63b2 commit 50058a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ To run generation:
python main.py -config config/sclstm.cfg -mode test

To run ngram/knn baselines:
`python main.py -config config/ngram.cfg -mode ngram`
`python main.py -config config/knn.cfg -mode knn`
```
python main.py -config config/ngram.cfg -mode ngram
python main.py -config config/knn.cfg -mode knn
```

To run training/adaptation/DT training/fine-tuning on an existing model
python main.py -config config/ngram.cfg -mode adapt
Expand Down

0 comments on commit 50058a8

Please sign in to comment.