Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# KoGPT2-emotion-chatbot
|
2 |
+
- [full project link](https://github.com/jiminAn/Capstone_2022)
|
3 |
+
|
4 |
+
## model description
|
5 |
+
## how to use
|
6 |
+
'''
|
7 |
+
if
|
8 |
+
'''
|
9 |
+
## dataset finetuned on
|
10 |
+
- [wellness dataset](https://aihub.or.kr/opendata/keti-data/recognition-laguage/KETI-02-006)
|
11 |
+
- [emotion corpus of conversations](https://aihub.or.kr/opendata/keti-data/recognition-laguage/KETI-02-010)
|
12 |
+
- [chatbot data](https://jeongukjae.github.io/tfds-korean/datasets/korean_chatbot_qa_data.html)
|
13 |
+
## references
|
14 |
+
- [WelllnessConversation-LanguageModel](https://github.com/nawnoes/WellnessConversation-LanguageModel)
|