File size: 533 Bytes
164150d
 
 
 
 
 
 
 
ee1f77e
 
 
 
 
164150d
 
c6f9305
 
164150d
c6f9305
 
 
 
164150d
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: biography
    dtype: string
  - name: qa
    list:
    - name: answer
      dtype: string
    - name: question
      dtype: string
  splits:
  - name: train
    num_bytes: 18893845
    num_examples: 17253
  - name: validation
    num_bytes: 2157806
    num_examples: 1865
  download_size: 12128565
  dataset_size: 21051651
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---