Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 25e7c90

Browse files
authored
Update README.md
1 parent bf44851 commit 25e7c90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assignments/chatbot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ https://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html
9393
Unzip it
9494

9595
Step 2: python data.py
96-
This will do all the pre-processing for the Cornell dataset.
96+
<br>This will do all the pre-processing for the Cornell dataset.
9797

9898
Step 3:
99-
python chatbot.py --mode [train/chat]
99+
python chatbot.py --mode [train/chat] <br>
100100
If mode is train, then you train the chatbot. By default, the model will
101101
restore the previously trained weights (if there is any) and continue
102102
training up on that.

0 commit comments

Comments
 (0)