shchoi1019's picture
Upload dataset
7f8e380 verified
|
raw
history blame
1.88 kB
metadata
dataset_info:
  - config_name: Question Answering
    features:
      - name: instruction
        dtype: string
      - name: input
        dtype: string
      - name: output
        dtype: string
      - name: domain
        dtype: string
      - name: lang
        dtype: string
    splits:
      - name: train
        num_bytes: 632225857
        num_examples: 470108
    download_size: 250262921
    dataset_size: 632225857
  - config_name: Question Generation
    features:
      - name: instruction
        dtype: string
      - name: input
        dtype: string
      - name: output
        dtype: string
      - name: domain
        dtype: string
      - name: lang
        dtype: string
    splits:
      - name: train
        num_bytes: 404077154
        num_examples: 230103
    download_size: 148512423
    dataset_size: 404077154
  - config_name: Question Understanding
    features:
      - name: instruction
        dtype: string
      - name: input
        dtype: string
      - name: output
        dtype: string
      - name: domain
        dtype: string
      - name: lang
        dtype: string
    splits:
      - name: train
        num_bytes: 61204653
        num_examples: 63448
    download_size: 7814957
    dataset_size: 61204653
  - config_name: Wrong Candidate Generation
    features:
      - name: instruction
        dtype: string
      - name: input
        dtype: string
      - name: output
        dtype: string
      - name: domain
        dtype: string
      - name: lang
        dtype: string
    splits:
      - name: train
        num_bytes: 81531096
        num_examples: 73546
    download_size: 24808989
    dataset_size: 81531096
configs:
  - config_name: Question Answering
    data_files:
      - split: train
        path: Question Answering/train-*
  - config_name: Question Generation
    data_files:
      - split: train
        path: Question Generation/train-*
  - config_name: Question Understanding
    data_files:
      - split: train
        path: Question Understanding/train-*
  - config_name: Wrong Candidate Generation
    data_files:
      - split: train
        path: Wrong Candidate Generation/train-*