CoolFace
Datasetpublic

nanonets/small_sparse_structured_table

This dataset is generated syhthetically to create tables with following characteristics: Empty cell percentage in following range [40,70] (Sparse) There is clear seperator between rows and columns (Structured). 4 <= num rows <= 10, 2 <= num columns <= 6 (Small) Load the dataset import io import pandas as pd from PIL import Image def bytes_to_image(self, image_bytes: bytes): return Image.open(io.BytesIO(image_bytes)) def parse_annotations(self, annotations: str) ->… See the full description on the dataset page: https://huggingface.co/datasets/nanonets/small_sparse_structured_table.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes34downloads
3 commits on main
46c056d1y ago

Update README.md

Souvik3333
dc8872d1y ago

Upload folder using huggingface_hub

Souvik3333
9ead6c11y ago

initial commit

Souvik3333