---
dataset_info:
- config_name: hotpotqa_data
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: pos_item_ids
    sequence: string
  - name: pos_item_contents
    sequence: string
  splits:
  - name: train
    num_bytes: 89954361
    num_examples: 85000
  - name: valid
    num_bytes: 5737013
    num_examples: 5447
  - name: test
    num_bytes: 7801170
    num_examples: 7405
  download_size: 64946939
  dataset_size: 103492544
- config_name: hotpotqa_passages
  features:
  - name: passage_id
    dtype: string
  - name: passage_content
    dtype: string
  splits:
  - name: test_passages
    num_bytes: 1610819461
    num_examples: 5233329
  download_size: 963679570
  dataset_size: 1610819461
configs:
- config_name: hotpotqa_data
  data_files:
  - split: train
    path: hotpotqa_data/train-*
  - split: valid
    path: hotpotqa_data/valid-*
  - split: test
    path: hotpotqa_data/test-*
- config_name: hotpotqa_passages
  data_files:
  - split: test_passages
    path: hotpotqa_passages/test_passages-*
---