Ko_CommonGen_ver0.2 / README.md
ccw7463's picture
Update README.md
bf14b2f verified
---
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': ''}
```