|
--- |
|
dataset_info: |
|
features: |
|
- name: instruction |
|
dtype: string |
|
- name: input |
|
dtype: string |
|
- name: output |
|
dtype: string |
|
- name: ref |
|
dtype: string |
|
- name: category |
|
dtype: string |
|
- name: context |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 71195634.0 |
|
num_examples: 234766 |
|
download_size: 16851781 |
|
dataset_size: 71195634.0 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
๐ Dataset Info |
|
|
|
- total : 234766 |
|
|
|
- Ref (used) : https://github.com/J-Seo/Korean-CommonGen/tree/main/dataset |
|
- high_level_korean_commongen_train_seed_42.json |
|
- korean_commongen_official_train.json |
|
- high_level_korean_commongen_train_seed_62.json |
|
- high_level_korean_commongen_train_seed_52.json |
|
- korean_commongen_reformulated_test.json |
|
- high_level_korean_commongen_train_seed_72.json |
|
- high_level_korean_commongen_train_seed_82.json |
|
|
|
- preocessing |
|
- (1) all : change formatting |
|
|
|
- example |
|
```python |
|
{'instruction': '์ฃผ์ด์ง concept set์ ๋ชจ๋ ์ฌ์ฉํ์ฌ ์ ์ ํ ๋ฌธ์ฅ์ ๋ง๋ค์ด ์ฃผ์ธ์.', |
|
'input': "concpet set :{'์', '๊ฑฐ๋ฆฌ', '๋ฒ์ค'}", |
|
'output': '๊ฑฐ๋ฆฌ์ ๋ฒ์ค์ ์ฐจ๊ฐ ์๋ค.', |
|
'ref': 'https://github.com/J-Seo/Korean-CommonGen/tree/main/dataset', |
|
'category': 'common_gen', |
|
'context': ''} |
|
``` |