Datasets:
Update README.md
Browse filesThis dataset is a sampled version of [bsmock/pubtables-1m]([https://duckduckgo.com](https://huggingface.co/datasets/bsmock/pubtables-1m) consisting of 1500 images along with the PASCAL VOC formatted table bounding boxes. It is intended for demonstration purposes in finetuning DETR and multimodal large language models.
README.md
CHANGED
@@ -7,13 +7,21 @@ dataset_info:
|
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes: 228908363
|
11 |
num_examples: 1500
|
12 |
download_size: 224748920
|
13 |
-
dataset_size: 228908363
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
+
num_bytes: 228908363
|
11 |
num_examples: 1500
|
12 |
download_size: 224748920
|
13 |
+
dataset_size: 228908363
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: cdla-permissive-2.0
|
20 |
+
task_categories:
|
21 |
+
- object-detection
|
22 |
+
language:
|
23 |
+
- en
|
24 |
+
pretty_name: PubTables Dataset for Table Detection
|
25 |
+
size_categories:
|
26 |
+
- 1K<n<10K
|
27 |
+
---
|