ucsahin's picture
Update README.md
214b182 verified
|
raw
history blame
1.35 kB
---
dataset_info:
features:
- name: image
dtype: image
- name: objects
dtype: string
splits:
- name: train
num_bytes: 228908363
num_examples: 1500
download_size: 224748920
dataset_size: 228908363
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: cdla-permissive-2.0
task_categories:
- object-detection
language:
- en
pretty_name: PubTables Dataset for Table Detection
size_categories:
- 1K<n<10K
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).