Francesco commited on
Commit
1c2069d
1 Parent(s): 2e262cb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: image
7
+ dtype: image
8
+ - name: width
9
+ dtype: int32
10
+ - name: height
11
+ dtype: int32
12
+ - name: objects
13
+ sequence:
14
+ - name: id
15
+ dtype: int64
16
+ - name: area
17
+ dtype: int64
18
+ - name: bbox
19
+ sequence: float32
20
+ length: 4
21
+ - name: category
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ '0': paper-parts
26
+ '1': author
27
+ '2': chapter
28
+ '3': equation
29
+ '4': equation number
30
+ '5': figure
31
+ '6': figure caption
32
+ '7': footnote
33
+ '8': list of content heading
34
+ '9': list of content text
35
+ '10': page number
36
+ '11': paragraph
37
+ '12': reference text
38
+ '13': section
39
+ '14': subsection
40
+ '15': subsubsection
41
+ '16': table
42
+ '17': table caption
43
+ '18': table of contents text
44
+ '19': title
45
+ splits:
46
+ - name: train
47
+ num_bytes: 468182356.016
48
+ num_examples: 8472
49
+ download_size: 454990947
50
+ dataset_size: 468182356.016
51
+ ---
52
+ # Dataset Card for "paper-parts"
53
+
54
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)