UNIST-Eunchan's picture
Upload dataset
4fb3e90
|
raw
history blame
643 Bytes
metadata
dataset_info:
  features:
    - name: 'Unnamed: 0'
      dtype: int64
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: abstract
      dtype: string
    - name: introduction
      dtype: string
  splits:
    - name: train
      num_bytes: 1844987
      num_examples: 421
    - name: validation
      num_bytes: 949747
      num_examples: 211
    - name: test
      num_bytes: 1403003
      num_examples: 320
  download_size: 2341682
  dataset_size: 4197737
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*