File size: 1,063 Bytes
165e162
 
0a4d720
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165e162
 
 
 
 
 
 
 
 
 
 
 
0a4d720
 
 
 
 
 
 
 
165e162
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
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-*
---