Ko_CommonGen_ver0.2 / README.md
ccw7463's picture
Update README.md
bf14b2f verified
metadata
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
      num_examples: 234766
  download_size: 16851781
  dataset_size: 71195634
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

{'instruction': '주어진 concept set을 모두 사용하여 적절한 문장을 만들어 주세요.',
 'input': "concpet set :{'있', '거리', '버스'}",
 'output': '거리에 버스와 차가 있다.',
 'ref': 'https://github.com/J-Seo/Korean-CommonGen/tree/main/dataset',
 'category': 'common_gen',
 'context': ''}