librarian-bot's picture
Librarian Bot: Add language metadata for dataset
a7bc08b verified
|
raw
history blame
1.29 kB
metadata
language:
  - en
dataset_info:
  features:
    - name: id
      dtype: string
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: type
      dtype: string
    - name: level
      dtype: string
    - name: supporting_facts
      struct:
        - name: sent_id
          sequence: int64
        - name: title
          sequence: string
    - name: context
      struct:
        - name: sentences
          sequence:
            sequence: string
        - name: title
          sequence: string
    - name: paragraphs
      list:
        - name: idx
          dtype: int64
        - name: is_supporting
          dtype: bool
        - name: paragraph_text
          dtype: string
        - name: title
          dtype: string
    - name: question_decomposition
      list:
        - name: answer
          dtype: string
        - name: id
          dtype: int64
        - name: paragraph_support_idx
          dtype: int64
        - name: question
          dtype: string
    - name: answer_aliases
      sequence: 'null'
    - name: answerable
      dtype: bool
  splits:
    - name: train
      num_bytes: 3622477
      num_examples: 300
    - name: validation
      num_bytes: 1217597
      num_examples: 100
  download_size: 2889723
  dataset_size: 4840074
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*