Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Use [pip](https://pypi.python.org/pypi/pip) to install any missing dependencies
Usage
===========

To train the bot, edit the `seq2seq.ini` file so that mode is set to train like so
To train the bot, edit the `seq2seq.ini` file so that mode is set to train like so :

`mode = train`

then run the code like so

``python execute.py``

To test the bot during or after training, edit the `seq2seq.ini` file so that mode is set to test like so
To test the bot during or after training, edit the `seq2seq.ini` file so that mode is set to test like so :

`mode = test`

Expand Down