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.
This repository belongs to Ihor on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
