tamarsonha commited on
Commit
86ce74f
·
verified ·
1 Parent(s): db78c79

Upload synthetic author QA dataset with 250 authors

Browse files
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: author_name
5
+ dtype: string
6
+ - name: place_of_birth
7
+ dtype: string
8
+ - name: gender
9
+ dtype: string
10
+ - name: year_of_birth
11
+ dtype: int64
12
+ - name: genre
13
+ dtype: string
14
+ - name: awards
15
+ list: string
16
+ - name: father_occupation
17
+ dtype: string
18
+ - name: mother_occupation
19
+ dtype: string
20
+ - name: books
21
+ list: string
22
+ - name: question
23
+ dtype: string
24
+ - name: answer
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 1636875
29
+ num_examples: 3920
30
+ - name: eval
31
+ num_bytes: 406377
32
+ num_examples: 980
33
+ download_size: 512000
34
+ dataset_size: 2043252
35
+ configs:
36
+ - config_name: default
37
+ data_files:
38
+ - split: train
39
+ path: data/train-*
40
+ - split: eval
41
+ path: data/eval-*
42
+ ---
data/eval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd2fd7cad9c3164dd9e1703c39f316230a1031513e3b21bd7c4e1511bda39398
3
+ size 119005
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d665931f7b0e0d64bce46cbf08daf7f21556dea79bd6cfc8deb87c4d043cf99e
3
+ size 392995