File size: 761 Bytes
86ce74f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: author_name
    dtype: string
  - name: place_of_birth
    dtype: string
  - name: gender
    dtype: string
  - name: year_of_birth
    dtype: int64
  - name: genre
    dtype: string
  - name: awards
    list: string
  - name: father_occupation
    dtype: string
  - name: mother_occupation
    dtype: string
  - name: books
    list: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 1636875
    num_examples: 3920
  - name: eval
    num_bytes: 406377
    num_examples: 980
  download_size: 512000
  dataset_size: 2043252
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
---