saeed11b95
commited on
Commit
•
851058e
1
Parent(s):
49e5761
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
config_name: all
|
@@ -44,3 +62,4 @@ configs:
|
|
44 |
- split: train
|
45 |
path: all/train-*
|
46 |
---
|
|
|
|
1 |
+
|
2 |
+
# NOtice: The category Ids are not mapped btw 0-10 doclaynet classes, rather they are 2-12 Use the following Classes map.
|
3 |
+
|
4 |
+
```json
|
5 |
+
{'caption': 2,
|
6 |
+
'footnote': 3,
|
7 |
+
'formula': 4,
|
8 |
+
'list_item': 5,
|
9 |
+
'page_footer': 6,
|
10 |
+
'page_header': 7,
|
11 |
+
'picture': 8,
|
12 |
+
'section_header': 9,
|
13 |
+
'table': 10,
|
14 |
+
'text': 11,
|
15 |
+
'title': 12}
|
16 |
+
```
|
17 |
+
|
18 |
+
|
19 |
---
|
20 |
dataset_info:
|
21 |
config_name: all
|
|
|
62 |
- split: train
|
63 |
path: all/train-*
|
64 |
---
|
65 |
+
|