CoolFace
Datasetpublic

sarcasticcoder/cord-extraction-lora

CORD structured-extraction (LoRA training set) 200 train + 20 val examples derived from CORD (naver-clova-ix/cord-v2, train split). Each example pairs a preprocessed receipt image with the target extraction JSON (receipt fields + line items in the pipeline's schema). prompt.txt - the shared instruction (schema skeleton injected) train.jsonl / val.jsonl - lines of {"id", "image": "images/..png", "target": "<json>"} images/ - the preprocessed pages (deskew / resize<=1536 /… See the full description on the dataset page: https://huggingface.co/datasets/sarcasticcoder/cord-extraction-lora.

sourceHugging Facecc-by-4.0updated 3mo agoView on Hugging Face
0likes120downloads
2 commits on main
9305abb3mo ago

Add CORD extraction LoRA dataset + card

sarcasticcoder
448e8db3mo ago

initial commit

sarcasticcoder