CoolFace
Modelpublic

microsoft/xdoc-base-funsd

sourceHugging Facemitupdated 4y agoView on Hugging Face
4likes91downloads
README.md24 linesDownload Raw Back to root
1---2license: mit3---4 5# XDoc6## Introduction7 8XDoc is a unified pre-trained model that deals with different document formats in a single model. With only 36.7% parameters, XDoc achieves comparable or better performance on downstream tasks, which is cost-effective for real-world deployment.9 10[XDoc: Unified Pre-training for Cross-Format Document Understanding](https://arxiv.org/abs/2210.02849)11Jingye Chen, Tengchao Lv, Lei Cui, Cha Zhang, Furu Wei, [EMNLP 2022](#)12 13## Citation14 15If you find XDoc helpful, please cite us:16```17@article{chen2022xdoc,18  title={XDoc: Unified Pre-training for Cross-Format Document Understanding},19  author={Chen, Jingye and Lv, Tengchao and Cui, Lei and Zhang, Cha and Wei, Furu},20  journal={arXiv preprint arXiv:2210.02849},21  year={2022}22}23```24