cosmoquester
commited on
Commit
•
4aebcc9
1
Parent(s):
d1190be
docs: Add Model Card
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Pretrained BART in Korean
|
2 |
+
|
3 |
+
This is pretrained BART model with multiple Korean Datasets.
|
4 |
+
|
5 |
+
I used multiple datasets for generalizing the model for both colloquial and written texts.
|
6 |
+
|
7 |
+
The script which is used to pre-train model is [here](https://github.com/cosmoquester/transformers-bart-training).
|
8 |
+
|
9 |
+
## Used Datasets
|
10 |
+
|
11 |
+
### [모두의 말뭉치](https://corpus.korean.go.kr/)
|
12 |
+
- 일상 대화 말뭉치 2020
|
13 |
+
- 구어 말뭉치
|
14 |
+
- 문어 말뭉치
|
15 |
+
- 신문 말뭉치
|
16 |
+
|
17 |
+
### AIhub
|
18 |
+
- [개방데이터 전문분야말뭉치](https://aihub.or.kr/aidata/30717)
|
19 |
+
- [개방데이터 한국어대화요약](https://aihub.or.kr/aidata/30714)
|
20 |
+
- [개방데이터 감성 대화 말뭉치](https://aihub.or.kr/aidata/7978)
|
21 |
+
- [개방데이터 한국어 음성](https://aihub.or.kr/aidata/105)
|
22 |
+
|
23 |
+
### [Korean News Comments](https://www.kaggle.com/junbumlee/kcbert-pretraining-corpus-korean-news-comments)
|