Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# KoBART를 활용한 질문 생성 관련 Multitasking
|
2 |
Based on [kobart-base-v2](https://huggingface.co/gogamza/kobart-base-v2). You can see the notebook on [Kaggle](https://www.kaggle.com/rycont/koquestionbart)
|
3 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ko
|
4 |
+
tags:
|
5 |
+
- KoBART
|
6 |
+
- BART
|
7 |
+
- Korean
|
8 |
+
- QG
|
9 |
+
- Question
|
10 |
+
- KorQuad
|
11 |
+
license: gpl
|
12 |
+
datasets:
|
13 |
+
- KorQuad 1.0
|
14 |
+
|
15 |
+
---
|
16 |
+
|
17 |
# KoBART를 활용한 질문 생성 관련 Multitasking
|
18 |
Based on [kobart-base-v2](https://huggingface.co/gogamza/kobart-base-v2). You can see the notebook on [Kaggle](https://www.kaggle.com/rycont/koquestionbart)
|
19 |
|