narrativeqa_subset / README.md
satyaalmasian's picture
Upload dataset
b8fea30
metadata
dataset_info:
  features:
    - name: document
      struct:
        - name: id
          dtype: string
        - name: kind
          dtype: string
        - name: url
          dtype: string
        - name: file_size
          dtype: int32
        - name: word_count
          dtype: int32
        - name: start
          dtype: string
        - name: end
          dtype: string
        - name: summary
          struct:
            - name: text
              dtype: string
            - name: tokens
              sequence: string
            - name: url
              dtype: string
            - name: title
              dtype: string
        - name: text
          dtype: string
    - name: question
      struct:
        - name: text
          dtype: string
        - name: tokens
          sequence: string
    - name: answers
      list:
        - name: text
          dtype: string
        - name: tokens
          sequence: string
  splits:
    - name: train
      num_bytes: 110879812
      num_examples: 317
  download_size: 2272692
  dataset_size: 110879812
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*