File size: 762 Bytes
0cf7d5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b4b2fda
d7d6fa0
0cf7d5c
b4b2fda
d7d6fa0
b4b2fda
 
0cf7d5c
 
 
 
 
 
 
 
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: 1447037
    num_examples: 4000
  - name: eval
    num_bytes: 360887
    num_examples: 1000
  download_size: 401785
  dataset_size: 1807924
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
---