Skip to content

Commit 90ee9c0

Browse files
authored
Update README.md
1 parent 1424cdb commit 90ee9c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ Saved model to C:/Users/admin/Desktop/TF_Models/transformer_seq2seq\ckpt-1000
215215
```
216216
The training progress is shown in Fig. 2.
217217

218+
<img src="train_progress_transformer_dialogue.png" height="500px">
219+
220+
Fig. 2: Training Progress of our modified Transformer Network on movie dialogue dataset
221+
218222
### Testing the Dialogue Transformer Network Chatbot
219223
Having trained the chatbot, we can now try out some sample responses using the `movie_dialogue_test.py` script. While in an actual scenario, the replies after the `EOS` token should be disregarded, we display the entire response of the trained model.
220224
```

0 commit comments

Comments
 (0)