模型:
naver-clova-ix/donut-base-finetuned-rvlcdip
甜甜圈模型在RVL-CDIP上进行了微调。它是由Geewok等人在论文12312321中提出,并于 this repository 首次发布。
免责声明:发布Donut的团队没有为这个模型编写模型卡,因此本模型卡是由Hugging Face团队编写的。
甜甜圈包括一个视觉编码器(Swin Transformer)和一个文本解码器(BART)。给定一张图片,编码器首先将图片编码成嵌入张量(形状为batch_size,seq_len,hidden_size),然后解码器根据编码器的编码自回归生成文本。
该模型在RVL-CDIP上进行了微调,这是一个文档图像分类数据集。
我们参考了 documentation ,其中包括了代码示例。
@article{DBLP:journals/corr/abs-2111-15664,
author = {Geewook Kim and
Teakgyu Hong and
Moonbin Yim and
Jinyoung Park and
Jinyeong Yim and
Wonseok Hwang and
Sangdoo Yun and
Dongyoon Han and
Seunghyun Park},
title = {Donut: Document Understanding Transformer without {OCR}},
journal = {CoRR},
volume = {abs/2111.15664},
year = {2021},
url = {https://arxiv.org/abs/2111.15664},
eprinttype = {arXiv},
eprint = {2111.15664},
timestamp = {Thu, 02 Dec 2021 10:50:44 +0100},
biburl = {https://dblp.org/rec/journals/corr/abs-2111-15664.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}