Hyacinthax commited on
Commit
b7373ca
·
verified ·
1 Parent(s): c2d90cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ 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.
 
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.
22
+ 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.