Iker's picture
Upload dataset
b9a8774 verified
|
raw
history blame
786 Bytes
metadata
dataset_info:
  config_name: en
  features:
    - name: id
      dtype: string
    - name: type
      dtype: string
    - name: body
      dtype: string
    - name: ideal_answer
      sequence: string
    - name: exact_answer
      sequence: string
    - name: snippets
      sequence: string
    - name: documents
      sequence: string
    - name: triples
      list:
        - name: p
          dtype: string
        - name: s
          dtype: string
        - name: o
          dtype: string
    - name: concepts
      sequence: string
  splits:
    - name: train
      num_bytes: 10827410
      num_examples: 2251
    - name: test
      num_bytes: 1709411
      num_examples: 500
  download_size: 5185124
  dataset_size: 12536821
configs:
  - config_name: en
    data_files:
      - split: train
        path: en/train-*
      - split: test
        path: en/test-*