You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How any I chane the dataset . Can I take the dataset of mine rather then twitter data & corpus movie data
if yes then how?
does it allow changing language?
The text was updated successfully, but these errors were encountered:
I have one general question about creating a bot using this code. In this exercise we have a knowledge set with train.enc having one part of the conversation and train.dec having the other part (replies) of the conversation to train the bot.
My doubt is how does the model relate a reply in train.dec with its corresponding question in train.enc dataset? Does it read train.enc and train.dec files alternatively, one line at a time?
Actually, I am trying to map the same code for developing a customer support bot for my college project. Here I have set of FAQs as my knowledge database. I have taken all the questions in FAQs as train.enc set and all the answers as train.dec set. But in this case questions and answers have a kind of tight coupling. In this case, how can I maintain this relevance of answers with questions in my model?
Any help or a pointer in this regard will be very much appreciated.
How any I chane the dataset . Can I take the dataset of mine rather then twitter data & corpus movie data
if yes then how?
does it allow changing language?
The text was updated successfully, but these errors were encountered: