Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapting for neural conversational model? #7

Closed
dotjrt opened this issue Jan 21, 2017 · 3 comments
Closed

Adapting for neural conversational model? #7

dotjrt opened this issue Jan 21, 2017 · 3 comments

Comments

@dotjrt
Copy link

dotjrt commented Jan 21, 2017

Can this model be easily adapted to work as a neural conversational mode (i.e. https://arxiv.org/abs/1506.05869)? Effectively not translating from one language to another but instead from utterances of one language into responses of that same language?

@jaseleephd
Copy link
Collaborator

jaseleephd commented Jan 21, 2017

Certainly! Get your hands on some training data (Looks like you can get some from here or here), run build_dictionary_char.py on it to learn the vocabulary (here the source and target vocabularies would be the same), start training and there you go. your character-level conversational model.

@dotjrt
Copy link
Author

dotjrt commented Jan 21, 2017

Thanks for the help. Great work on this project!

@dotjrt dotjrt closed this as completed Jan 21, 2017
@jaseleephd
Copy link
Collaborator

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants