Safetensors
layoutlmv3
trustdoc-extractor / README.md
vxa8502's picture
Upload README.md with huggingface_hub
61b1b3a verified
|
Raw
History Blame Contribute Delete
989 Bytes
metadata
license: cc-by-nc-sa-4.0
base_model: microsoft/layoutlmv3-base
datasets:
  - nielsr/funsd-layoutlmv3
metrics:
  - f1

TrustDoc Field Extractor

LayoutLMv3-base fine-tuned for token classification (HEADER/QUESTION/ANSWER field extraction on forms), part of the TrustDoc project -- a document AI trust layer with calibrated confidence for human-in-the-loop review.

Limitations

FUNSD is a small (199-document) benchmark of noisy scanned forms -- strong results here don't guarantee generalization to arbitrary document layouts. See the TrustDoc repo for the full pipeline (OCR -> classify -> extract -> calibrate) and its limitations.