File size: 1,186 Bytes
83a18a8
 
86ad447
83a18a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86ad447
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231daa9
bfc0c93
231daa9
 
83a18a8
 
 
 
 
86ad447
 
 
 
 
 
 
 
83a18a8
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
dataset_info:
- config_name: book_index
  features:
  - name: title
    dtype: string
  - name: author
    dtype: string
  - name: description
    dtype: string
  - name: genres
    dtype: string
  - name: image_link
    dtype: string
  - name: published_date
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 19669170
    num_examples: 15346
  download_size: 9653145
  dataset_size: 19669170
- config_name: evaluations
  features:
  - name: question
    dtype: string
  - name: question_posted_date
    dtype: timestamp[s]
  - name: book_id
    dtype: string
  - name: answers
    sequence: string
  splits:
  - name: train
    num_bytes: 21101189
    num_examples: 11552
  - name: validation
    num_bytes: 28875252
    num_examples: 15885
  - name: test
    num_bytes: 2500244
    num_examples: 979
  download_size: 29362030
  dataset_size: 52476685
configs:
- config_name: book_index
  data_files:
  - split: train
    path: book_index/train-*
- config_name: evaluations
  data_files:
  - split: train
    path: evaluations/train-*
  - split: validation
    path: evaluations/validation-*
  - split: test
    path: evaluations/test-*
---