Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- bsmock/pubtables-1m
|
5 |
+
tags:
|
6 |
+
- table detection
|
7 |
+
- table structure recognition
|
8 |
+
- table extraction
|
9 |
---
|
10 |
+
|
11 |
+
# Model Card for Model ID
|
12 |
+
|
13 |
+
This repo contains the models for:
|
14 |
+
|
15 |
+
1) Table detection,
|
16 |
+
2) Table structure recognition,
|
17 |
+
|
18 |
+
trained on the PubTables-1M dataset, using the training details in the paper: ["PubTables-1M: Towards comprehensive table extraction from unstructured documents"](https://openaccess.thecvf.com/content/CVPR2022/html/Smock_PubTables-1M_Towards_Comprehensive_Table_Extraction_From_Unstructured_Documents_CVPR_2022_paper.html)
|
19 |
+
|
20 |
+
## Model Details
|
21 |
+
|
22 |
+
### Model Description
|
23 |
+
|
24 |
+
- **Developed by:** Brandon Smock and Rohith Pesala, while at Microsoft
|
25 |
+
- **License:** MIT
|
26 |
+
- **Finetuned from model:** DETR ResNet-18
|
27 |
+
|
28 |
+
### Model Sources
|
29 |
+
|
30 |
+
Please see the following for more details:
|
31 |
+
|
32 |
+
- **Repository:** ["https://github.com/microsoft/table-transformer"](https://github.com/microsoft/table-transformer)
|
33 |
+
- **Paper:** ["PubTables-1M: Towards comprehensive table extraction from unstructured documents"](https://openaccess.thecvf.com/content/CVPR2022/html/Smock_PubTables-1M_Towards_Comprehensive_Table_Extraction_From_Unstructured_Documents_CVPR_2022_paper.html)
|