CoolFace
Datasetpublic

Ihor/GLiNER-FUNSD

Dataset derived from FUNSD for training GLiNER-based multi-modal models. Processing script: from datasets import load_dataset import shutil import json import os dataset = load_dataset("nielsr/funsd") raw_labels = dataset['train'].features['ner_tags'].feature.names gliner_pdf_dataset = [] output_dir = "gliner_funsd" os.makedirs(output_dir, exist_ok=True) os.makedirs(os.path.join(output_dir, 'images'), exist_ok=True) def process_dataset(example): tokens = example['words'] bboxes =… See the full description on the dataset page: https://huggingface.co/datasets/Ihor/GLiNER-FUNSD.

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes27downloads
discussions and pull requests

Conversations for this repository live on Hugging Face.

CoolFace shows imported repositories read-only. Posting into someone else’s repository from here would need an authorised integration and the account holder’s consent, so the link goes to the source instead.

Open discussions on Hugging Face
Ihor/GLiNER-FUNSD · CoolFace