gorkemgoknar
commited on
Commit
•
55892c9
1
Parent(s):
025a9d4
Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,11 @@ widget:
|
|
14 |
---
|
15 |
# GPT2 Persona Chatbot based on Movie Characters
|
16 |
Model used for https://www.metayazar.com/chatbot
|
|
|
17 |
GPT2 Small Trained on movie scripts (especially Sci-fi)
|
|
|
18 |
This work is based on Persona Chatbot originally done by Hugging Face team (https://medium.com/huggingface/how-to-build-a-state-of-the-art-conversational-ai-with-transfer-learning-2d818ac26313)
|
|
|
19 |
For cleaning movie scripts I also provide cleaner code
|
20 |
https://github.com/gorkemgoknar/moviescriptcleaner
|
21 |
|
|
|
14 |
---
|
15 |
# GPT2 Persona Chatbot based on Movie Characters
|
16 |
Model used for https://www.metayazar.com/chatbot
|
17 |
+
|
18 |
GPT2 Small Trained on movie scripts (especially Sci-fi)
|
19 |
+
|
20 |
This work is based on Persona Chatbot originally done by Hugging Face team (https://medium.com/huggingface/how-to-build-a-state-of-the-art-conversational-ai-with-transfer-learning-2d818ac26313)
|
21 |
+
|
22 |
For cleaning movie scripts I also provide cleaner code
|
23 |
https://github.com/gorkemgoknar/moviescriptcleaner
|
24 |
|