File size: 1,007 Bytes
caedd6b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89c0780
 
 
 
caedd6b
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: mean_ocr
    dtype: float64
  - name: std_ocr
    dtype: float64
  - name: title
    dtype: string
  - name: date
    dtype: string
  - name: language
    list: string
  - name: item_iiif_url
    dtype: string
  - name: multi_language
    dtype: bool
  - name: issue_uri
    dtype: string
  - name: id
    dtype: string
  - name: image
    dtype: image
  - name: download_status
    dtype: string
  - name: download_retries
    dtype: int64
  - name: download_url
    dtype: string
  - name: objects
    struct:
    - name: bbox
      list:
        list: float32
        length: 4
    - name: category
      list:
        class_label:
          names:
            '0': photograph
    - name: score
      list: float32
  splits:
  - name: train
    num_bytes: 616973121
    num_examples: 500
  download_size: 614498594
  dataset_size: 616973121
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---