Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# TABLET Split Model - Table Structure Recognition
|
| 2 |
|
| 3 |
This repository contains the **Split Model** implementation from the paper [TABLET: Learning From Instructions For Tabular Data](https://arxiv.org/pdf/2506.07015v1), trained for detecting row and column splits in table images.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- table-structure-recognition
|
| 7 |
+
- computer-vision
|
| 8 |
+
- pytorch
|
| 9 |
+
- document-ai
|
| 10 |
+
- table-detection
|
| 11 |
+
library_name: pytorch
|
| 12 |
+
pipeline_tag: image-classification
|
| 13 |
+
datasets:
|
| 14 |
+
- ds4sd/FinTabNet_OTSL
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# TABLET Split Model - Table Structure Recognition
|
| 18 |
|
| 19 |
This repository contains the **Split Model** implementation from the paper [TABLET: Learning From Instructions For Tabular Data](https://arxiv.org/pdf/2506.07015v1), trained for detecting row and column splits in table images.
|