hello, I have a seq2seq model which is trained on conversations to generate chat responses, but i want to make a model which can understand the context and can remember things.
for example
- if I tell model what my name is, it must be able to recall my name after some messages
- if I am talking about X and I asked some questions, then model must understand that my question is related to X and nothing else