metadata
license: other
license_name: ai-ethical-license-v1.0
license_link: LICENSE
language:
- en
tags:
- sequence
- seq2seq
- generative
- conversation
- chatbot
This is a WIP This is a generative sequence model that uses a few custom modules to generate conversation. It's trained on Cornell's Convokit Movie-Corpus.
I run it on Google Colab using Jupyter Notebook; I am making a system version too that uses FP32 instead of FP16.
I have another version that's not so customizable which is what runCorpus is based off. The model has proven functional. The problem with sequence is I need to add attention and training will still take a very long time.
There's just a lot more I'd like to see from this project so if you'd like to help let me know.