Downloads · 30 days
13
0% of all-time downloads
cosmoquester/bart-ko-base
bart-ko-base is a machine learning model from cosmoquester. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers.
This is pretrained BART model with multiple Korean Datasets.
Downloads · 30 days
13
0% of all-time downloads
All-time downloads
12K
Public
Repo size
1.5 GB
Likes
1
Public
Click a slice to open those files.
.h5508 MB · 50%
From the Hugging Face model README
This is pretrained BART model with multiple Korean Datasets.
I used multiple datasets for generalizing the model for both colloquial and written texts.
The training is supported by TPU Research Cloud program.
The script which is used to pre-train model is here.
When you use the reference API, you must wrap the sentence with [BOS] and [EOS] like below example.
[BOS] 안녕하세요? 반가워요~~ [EOS]
You can also test mask filling performance using [MASK] token like this.
[BOS] [MASK] 먹었어? [EOS]