File size: 755 Bytes
f1568c1
 
 
 
e23baa9
 
 
 
 
 
 
 
f1568c1
 
e23baa9
 
 
 
 
 
b7373ca
 
e23baa9
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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.