File size: 804 Bytes
a6b9c66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
246b649
a6b9c66
 
246b649
a6b9c66
 
246b649
a6b9c66
246b649
 
a6b9c66
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: correct_answer
    dtype: string
  - name: documents
    list: string
  - name: profile_size
    dtype: int64
  - name: task
    dtype: string
  - name: split_kind
    dtype: string
  - name: id
    dtype: int64
  splits:
  - name: train
    num_bytes: 1166751708
    num_examples: 14745
  - name: validation
    num_bytes: 138962826
    num_examples: 1826
  - name: test
    num_bytes: 153972879
    num_examples: 1822
  download_size: 857369691
  dataset_size: 1459687413
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---