File size: 1,233 Bytes
cf5e4cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
58
59
60
61
62
63
64
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: query
    dtype: string
  - name: answer
    dtype: string
  - name: positive_passages
    list:
    - name: idx
      dtype: string
    - name: title
      dtype: string
    - name: text
      dtype: string
  - name: negative_passages
    list:
    - name: idx
      dtype: string
    - name: title
      dtype: string
    - name: text
      dtype: string
  - name: source
    dtype: string
  - name: meta_json
    dtype: string
  - name: extra_json
    dtype: string
  splits:
  - name: 2wikimultihopqa
    num_bytes: 8655582
    num_examples: 2000
  - name: ms_marco
    num_bytes: 9077937
    num_examples: 2000
  - name: musique
    num_bytes: 23171449
    num_examples: 2000
  - name: crud_rag
    num_bytes: 253408626
    num_examples: 2994
  - name: hotpot_qa
    num_bytes: 24603598
    num_examples: 4000
  download_size: 316109478
  dataset_size: 318917192
configs:
- config_name: default
  data_files:
  - split: 2wikimultihopqa
    path: data/2wikimultihopqa-*
  - split: ms_marco
    path: data/ms_marco-*
  - split: musique
    path: data/musique-*
  - split: crud_rag
    path: data/crud_rag-*
  - split: hotpot_qa
    path: data/hotpot_qa-*
---