File size: 1,450 Bytes
987f5fb
93d02cf
 
 
 
 
 
 
 
987f5fb
 
 
 
 
93d02cf
 
 
 
 
 
987f5fb
 
93d02cf
987f5fb
93d02cf
 
987f5fb
 
 
 
 
214b182
 
 
fefa061
 
 
 
 
 
 
 
 
 
 
 
 
 
f24b944
fefa061
 
 
 
214b182
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
language:
- en
license: cdla-permissive-2.0
size_categories:
- 1K<n<10K
task_categories:
- object-detection
pretty_name: PubTables Dataset for Table Detection
dataset_info:
  features:
  - name: image
    dtype: image
  - name: objects
    struct:
    - name: bbox
      sequence:
        sequence: float64
    - name: categories
      dtype: string
  splits:
  - name: train
    num_bytes: 228796393.0
    num_examples: 1500
  download_size: 224693659
  dataset_size: 228796393.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
tags:
- Documents
- Tables
---
## Dataset Details

### Dataset Description

<!-- Provide a longer summary of what this dataset is. -->
This dataset is a sampled version of [bsmock/pubtables-1m](https://huggingface.co/datasets/bsmock/pubtables-1m) consisting of 1500 images along with the PASCAL VOC formatted bounding boxes of multiple tables. It can be used for demonstration purposes in finetuning DETR and multimodal large language models.


### Dataset Sources [optional]

<!-- Provide the basic links for the dataset. -->

- **Repository:** [bsmock/pubtables-1m] (https://huggingface.co/datasets/bsmock/pubtables-1m)


## Uses

<!-- Address questions around how the dataset is intended to be used. -->
It can be used for finetuning DETR and TATR type models. Please check the original license in [microsoft/table-transformer](https://github.com/microsoft/table-transformer).