Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,23 @@
|
|
2 |
license: other
|
3 |
license_name: ai-ethical-license-v1.0
|
4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
This
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: ai-ethical-license-v1.0
|
4 |
license_link: LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- sequence
|
9 |
+
- seq2seq
|
10 |
+
- generative
|
11 |
+
- conversation
|
12 |
+
- chatbot
|
13 |
---
|
14 |
|
15 |
+
This is a WIP
|
16 |
+
This is a generative sequence model that uses a few custom modules to generate conversation.
|
17 |
+
It's trained on Cornell's Convokit Movie-Corpus.
|
18 |
+
|
19 |
+
I run it on Google Colab using Jupyter Notebook; I am making a system version too that uses FP32 instead of FP16.
|
20 |
+
|
21 |
+
I have another version that's not so customizable which is what runCorpus is based off. It currently has a bug that says ChatbotTrainer is None when it is instantiated.
|
22 |
+
However the model has proven functional. The problem with sequence is I need to add attention and training will still take a very long time.
|
23 |
+
|
24 |
+
There's just a lot more I'd like to see from this project so if you'd like to help let me know.
|