File size: 776 Bytes
14e156a
 
 
 
72e14b1
 
 
 
 
14e156a
72e14b1
14e156a
 
 
 
 
 
 
 
 
72e14b1
14e156a
72e14b1
14e156a
 
 
72e14b1
14e156a
 
72e14b1
14e156a
 
72e14b1
14e156a
72e14b1
 
14e156a
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: label
    dtype: string
  - name: example
    dtype: string
  - name: question
    dtype: string
  - name: context
    dtype: string
  - name: prompt
    dtype: string
  - name: problem
    dtype: string
  - name: solution
    dtype: string
  - name: answer
    dtype: string
  - name: url
    dtype: string
  splits:
  - name: Collie
    num_bytes: 451472
    num_examples: 226
  - name: HotpotQA
    num_bytes: 3421446
    num_examples: 274
  download_size: 2252922
  dataset_size: 3872918
configs:
- config_name: default
  data_files:
  - split: Collie
    path: data/Collie-*
  - split: HotpotQA
    path: data/HotpotQA-*
---