VictorChew commited on
Commit
147daa0
·
verified ·
1 Parent(s): 20fa540

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -11,23 +11,22 @@ license: apache-2.0
11
  <h1>StructEqTable-Deploy: A High-efficiency Open-source Toolkit for Table-to-Latex Transformation</h1>
12
 
13
 
14
- [[ Related Paper ]](https://arxiv.org/abs/2406.11633) [[ Website ]](https://unimodal4reasoning.github.io/DocGenome_page/) [[ Dataset (Google Drive)]](https://drive.google.com/drive/folders/1OIhnuQdIjuSSDc_QL2nP4NwugVDgtItD) [[ Dataset (Hugging Face) ]](https://huggingface.co/datasets/U4R/DocGenome/tree/main)
15
 
16
- [[Models 🤗(Hugging Face)]](https://huggingface.co/U4R/StructTable-base/tree/main)
17
 
18
 
19
  </div>
20
 
21
  Welcome to the official repository of StructEqTable-Deploy, a solution that converts images of Table into LaTeX, powered by scalable data from [DocGenome benchmark](https://unimodal4reasoning.github.io/DocGenome_page/).
22
 
23
-
24
  ## Overview
25
  Table is an effective way to represent structured data in scientific publications, financial statements, invoices, web pages, and many other scenarios. Extracting tabular data from a visual table image and performing the downstream reasoning tasks according to the extracted data is challenging, mainly due to that tables often present complicated column and row headers with spanning cell operation. To address these challenges, we present TableX, a large-scale multi-modal table benchmark extracted from [DocGenome benchmark](https://unimodal4reasoning.github.io/DocGenome_page/) for table pre-training, comprising more than 2 million high-quality Image-LaTeX pair data covering 156 disciplinary classes. Besides, benefiting from such large-scale data, we train an end-to-end model, StructEqTable, which provides the capability to precisely obtain the corresponding LaTeX description from a visual table image and perform multiple table-related reasoning tasks, including structural extraction and question answering, broadening its application scope and potential.
26
 
27
  ## Changelog
28
  Tips: Current version of StructEqTable is able to process table images from scientific documents such as arXiv, Scihub papers. Times New Roman And Songti(宋体) are main fonts used in table image, other fonts may decrease the accuracy of the model's output.
29
  - **[2024/8/22] 🔥 We have released our [latest model](https://huggingface.co/U4R/StructTable-base/tree/v0.2), fine-tuned on the DocGenome dataset. This version features improved inference speed and robustness, achieved through data augmentation and reduced image token num.**
30
- - [2024/8/08] 🔥 We have released the TensorRT accelerated version, which only takes about 1 second for most images on GPU A100. Please follow the tutorial to install the environment and compile the model weights.
31
  - [2024/7/30] We have released the first version of StructEqTable.
32
 
33
  ## TODO
@@ -59,6 +58,14 @@ pip install "git+https://github.com/UniModal4Reasoning/StructEqTable-Deploy.git"
59
  pip install struct-eqtable==0.1.0
60
  ```
61
 
 
 
 
 
 
 
 
 
62
  ## Quick Demo
63
  - Run the demo/demo.py
64
  ```shell script
 
11
  <h1>StructEqTable-Deploy: A High-efficiency Open-source Toolkit for Table-to-Latex Transformation</h1>
12
 
13
 
14
+ [[ Github Repo ]](https://github.com/UniModal4Reasoning/StructEqTable-Deploy) [[ Related Paper ]](https://arxiv.org/abs/2406.11633) [[ Website ]](https://unimodal4reasoning.github.io/DocGenome_page/)
15
 
16
+ [[ Dataset (Google Drive)]](https://drive.google.com/drive/folders/1OIhnuQdIjuSSDc_QL2nP4NwugVDgtItD) [[ Dataset (Hugging Face) ]](https://huggingface.co/datasets/U4R/DocGenome/tree/main) [[Models 🤗(Hugging Face)]](https://huggingface.co/U4R/StructTable-base/tree/main)
17
 
18
 
19
  </div>
20
 
21
  Welcome to the official repository of StructEqTable-Deploy, a solution that converts images of Table into LaTeX, powered by scalable data from [DocGenome benchmark](https://unimodal4reasoning.github.io/DocGenome_page/).
22
 
 
23
  ## Overview
24
  Table is an effective way to represent structured data in scientific publications, financial statements, invoices, web pages, and many other scenarios. Extracting tabular data from a visual table image and performing the downstream reasoning tasks according to the extracted data is challenging, mainly due to that tables often present complicated column and row headers with spanning cell operation. To address these challenges, we present TableX, a large-scale multi-modal table benchmark extracted from [DocGenome benchmark](https://unimodal4reasoning.github.io/DocGenome_page/) for table pre-training, comprising more than 2 million high-quality Image-LaTeX pair data covering 156 disciplinary classes. Besides, benefiting from such large-scale data, we train an end-to-end model, StructEqTable, which provides the capability to precisely obtain the corresponding LaTeX description from a visual table image and perform multiple table-related reasoning tasks, including structural extraction and question answering, broadening its application scope and potential.
25
 
26
  ## Changelog
27
  Tips: Current version of StructEqTable is able to process table images from scientific documents such as arXiv, Scihub papers. Times New Roman And Songti(宋体) are main fonts used in table image, other fonts may decrease the accuracy of the model's output.
28
  - **[2024/8/22] 🔥 We have released our [latest model](https://huggingface.co/U4R/StructTable-base/tree/v0.2), fine-tuned on the DocGenome dataset. This version features improved inference speed and robustness, achieved through data augmentation and reduced image token num.**
29
+ - [2024/8/08] We have released the TensorRT accelerated version, which only takes about 1 second for most images on GPU A100. Please follow the tutorial to install the environment and compile the model weights.
30
  - [2024/7/30] We have released the first version of StructEqTable.
31
 
32
  ## TODO
 
58
  pip install struct-eqtable==0.1.0
59
  ```
60
 
61
+ ## Model Zoo
62
+
63
+ | Model | Image Token Num | Model Size | Training Data | Data Augmentation | TensorRT | HuggingFace |
64
+ |---------------------|---------------------|------------|------------------|-------------------|----------|-------------------|
65
+ | StructEqTable-base | 4096 | ~300M | DocGenome | | ☑️ | [v0.1](https://huggingface.co/U4R/StructTable-base/tree/v0.1) |
66
+ | StructEqTable-base | 2048 | ~300M | DocGenome | ☑️ | ☑️ | [v0.2](https://huggingface.co/U4R/StructTable-base/tree/v0.2) |
67
+
68
+
69
  ## Quick Demo
70
  - Run the demo/demo.py
71
  ```shell script