davanstrien HF staff commited on
Commit
d02bfbc
·
1 Parent(s): 02aa50e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': text-only
13
+ '1': illustrations
14
+ - name: pub_date
15
+ dtype: timestamp[ns]
16
+ - name: page_seq_num
17
+ dtype: int64
18
+ - name: edition_seq_num
19
+ dtype: int64
20
+ - name: batch
21
+ dtype: string
22
+ - name: lccn
23
+ dtype: string
24
+ - name: box
25
+ sequence: float32
26
+ - name: score
27
+ dtype: float64
28
+ - name: ocr
29
+ dtype: string
30
+ - name: place_of_publication
31
+ dtype: string
32
+ - name: geographic_coverage
33
+ dtype: string
34
+ - name: name
35
+ dtype: string
36
+ - name: publisher
37
+ dtype: string
38
+ - name: url
39
+ dtype: string
40
+ - name: page_url
41
+ dtype: string
42
+ splits:
43
+ - name: train
44
+ num_bytes: 48233952.0
45
+ num_examples: 549
46
+ download_size: 48027719
47
+ dataset_size: 48233952.0
48
+ ---
49
+ # Dataset Card for "test_dataset_cogapp"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)