File size: 1,438 Bytes
ac06c7d
 
e8796ef
 
 
 
 
ac06c7d
e8796ef
 
 
 
 
 
 
 
 
 
 
07b1843
 
 
e8796ef
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: mit
datasets:
- bsmock/FinTabNet.c
tags:
- table structure recognition
- table extraction
---

# Model Card for TATR-v1.1-Fin

This repo contains the model weights for TATR (Table Transformer) v1.1 trained on the FinTabNet.c dataset, using the training details in the paper: ["Aligning benchmark datasets for table structure recognition"](https://arxiv.org/abs/2303.00716).

These model weights are intended to be used with [the Microsoft implementation of Table Transformer (TATR)](https://github.com/microsoft/table-transformer).

This model works best on tightly cropped table images (5 pixels or less).

Model weights that can be loaded into the Hugging Face implementation of TATR are coming soon.

FinTabNet.c will be officially released soon.
Please see [our GitHub repo](https://github.com/microsoft/table-transformer) for a script to create FinTabNet.c from the [original FinTabNet dataset](https://developer.ibm.com/exchanges/data/all/fintabnet/).

## Model Details

### Model Description

- **Developed by:** Brandon Smock and Rohith Pesala, while at Microsoft
- **License:** MIT
- **Finetuned from model:** DETR ResNet-18

### Model Sources

Please see the following for more details:

- **Repository:** ["https://github.com/microsoft/table-transformer"](https://github.com/microsoft/table-transformer)
- **Paper:** ["Aligning benchmark datasets for table structure recognition"](https://arxiv.org/abs/2303.00716)