Update README.md
Browse files
README.md
CHANGED
@@ -11,13 +11,17 @@ inference:
|
|
11 |
top_k: 5
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
14 |
# KoBART persona extraction
|
15 |
|
16 |
- 개요 : 한 사용자의 일상 대화 채팅으로 해당 사용자의 페르소나를 추출할 수 있는 모델
|
17 |
- 사용 모델 : [KoBART](https://huggingface.co/gogamza/kobart-base-v2)
|
18 |
- 데이터 : [AIHub 한국어 멀티 세션 대화](https://www.aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&dataSetSn=71630)
|
19 |
|
20 |
-
|
21 |
# 실험 정리
|
22 |
- [깃허브 레포지토리](https://github.com/DonghaeSuh/persona_extraction_model)
|
23 |
- [블로그 정리](https://blog.naver.com/gypsi12/223378404085)
|
|
|
11 |
top_k: 5
|
12 |
---
|
13 |
|
14 |
+
|
15 |
+
**[Notice] 반말 발화에서 페르소나를 추출 할 수 있는 [V-2](https://huggingface.co/NLPBada/kobart-chat-persona-extraction-v2) 추가 공개!**
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
# KoBART persona extraction
|
20 |
|
21 |
- 개요 : 한 사용자의 일상 대화 채팅으로 해당 사용자의 페르소나를 추출할 수 있는 모델
|
22 |
- 사용 모델 : [KoBART](https://huggingface.co/gogamza/kobart-base-v2)
|
23 |
- 데이터 : [AIHub 한국어 멀티 세션 대화](https://www.aihub.or.kr/aihubdata/data/view.do?currMenu=115&topMenu=100&dataSetSn=71630)
|
24 |
|
|
|
25 |
# 실험 정리
|
26 |
- [깃허브 레포지토리](https://github.com/DonghaeSuh/persona_extraction_model)
|
27 |
- [블로그 정리](https://blog.naver.com/gypsi12/223378404085)
|