Skip to content

Commit 7741f97

Browse files
authored
Update README.md
1 parent a0ca044 commit 7741f97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Red-Dragon-AI-Course-Advanced-NLP-Assignment
1+
# Red Dragon AI Course Advanced NLP Assignment
22

3-
## Movie Dialogue Chatbot
4-
We now move on to the 2nd assignment, which is an NLP project of our choice. This assignment trains a movie dialogue chatbot using a [Transformer](https://arxiv.org/abs/1706.03762) network. The pre-processing of the data follow this [script](https://github.com/suriyadeepan/datasets/blob/master/seq2seq/cornell_movie_corpus/scripts/prepare_data.py) closely. The data can be obtained [here](http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html).
3+
This repository contains the assignment as a requirement to complete the Red Dragon AI Course on Advanced NLP. There are two components to this assignment - (i) the Toxic Word Challenge, and (ii) a NLP work of our own choice. For (ii), a chatbot is trained using the [Transformer](https://arxiv.org/abs/1706.03762) network using the [movie dialogue](http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html) dataset. This repository covers the first assignment.
54

0 commit comments

Comments
 (0)