File size: 878 Bytes
d69aab7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: volume_id
    dtype: string
  - name: page_number
    dtype: int32
  - name: file_identifier
    dtype: string
  - name: image
    dtype: image
  - name: text
    dtype: string
  - name: alto_xml
    dtype: string
  - name: has_image
    dtype: bool
  - name: has_alto
    dtype: bool
  - name: document_metadata
    dtype: string
  - name: has_metadata
    dtype: bool
  - name: edition
    dtype: string
  - name: volume_part
    dtype: string
  - name: publication_year
    dtype: string
  - name: editor
    dtype: string
  - name: full_title
    dtype: string
  - name: shelf_locator
    dtype: string
  splits:
  - name: train
    num_bytes: 48285193350.78
    num_examples: 155388
  download_size: 28905906383
  dataset_size: 48285193350.78
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---