microsoft / udop-large

huggingface.co
Total runs: 68.7K
24-hour runs: 0
7-day runs: -6.7K
30-day runs: -18.2K
Model's Last Updated: December 03 2025
image-text-to-text

Introduction of udop-large

Model Details of udop-large

UDOP model

The UDOP model was proposed in Unifying Vision, Text, and Layout for Universal Document Processing by Zineng Tang, Ziyi Yang, Guoxin Wang, Yuwei Fang, Yang Liu, Chenguang Zhu, Michael Zeng, Cha Zhang, Mohit Bansal.

Model description

UDOP adopts an encoder-decoder Transformer architecture based on T5 for document AI tasks like document image classification, document parsing and document visual question answering.

Intended uses & limitations

You can use the model for document image classification, document parsing and document visual question answering (DocVQA).

How to use

Here's how to use the model on a document image:

from transformers import AutoProcessor, UdopForConditionalGeneration
from datasets import load_dataset

# load model and processor
# in this case, we already have performed OCR ourselves
# so we initialize the processor with `apply_ocr=False`
processor = AutoProcessor.from_pretrained("microsoft/udop-large", apply_ocr=False)
model = UdopForConditionalGeneration.from_pretrained("microsoft/udop-large")

# load an example image, along with the words and coordinates
# which were extracted using an OCR engine
dataset = load_dataset("nielsr/funsd-layoutlmv3", split="train")
example = dataset[0]
image = example["image"]
words = example["tokens"]
boxes = example["bboxes"]
question = "Question answering. What is the date on the form?"

# prepare everything for the model
encoding = processor(image, question, words, boxes=boxes, return_tensors="pt")

# autoregressive generation
predicted_ids = model.generate(**encoding)
print(processor.batch_decode(predicted_ids, skip_special_tokens=True)[0])
9/30/92

Refer to the demo notebooks for fine-tuning/inference.

BibTeX entry and citation info
@misc{tang2023unifying,
      title={Unifying Vision, Text, and Layout for Universal Document Processing}, 
      author={Zineng Tang and Ziyi Yang and Guoxin Wang and Yuwei Fang and Yang Liu and Chenguang Zhu and Michael Zeng and Cha Zhang and Mohit Bansal},
      year={2023},
      eprint={2212.02623},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

Runs of microsoft udop-large on huggingface.co

68.7K
Total runs
0
24-hour runs
-3.5K
3-day runs
-6.7K
7-day runs
-18.2K
30-day runs

More Information About udop-large huggingface.co Model

More udop-large license Visit here:

https://choosealicense.com/licenses/mit

udop-large huggingface.co

udop-large huggingface.co is an AI model on huggingface.co that provides udop-large's model effect (), which can be used instantly with this microsoft udop-large model. huggingface.co supports a free trial of the udop-large model, and also provides paid use of the udop-large. Support call udop-large model through api, including Node.js, Python, http.

microsoft udop-large online free

udop-large huggingface.co is an online trial and call api platform, which integrates udop-large's modeling effects, including api services, and provides a free online trial of udop-large, you can try udop-large online for free by clicking the link below.

microsoft udop-large online free url in huggingface.co:

https://huggingface.co/microsoft/udop-large

udop-large install

udop-large is an open source model from GitHub that offers a free installation service, and any user can find udop-large on GitHub to install. At the same time, huggingface.co provides the effect of udop-large install, users can directly use udop-large installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

udop-large install url in huggingface.co:

https://huggingface.co/microsoft/udop-large

Url of udop-large

udop-large huggingface.co Url

Provider of udop-large huggingface.co

microsoft
ORGANIZATIONS

Other API from microsoft

huggingface.co

Total runs: 681.1K
Run Growth: 208.0K
Growth Rate: 30.53%
Updated:February 03 2022
huggingface.co

Total runs: 595.8K
Run Growth: -131.1K
Growth Rate: -22.00%
Updated:November 25 2025
huggingface.co

Total runs: 535.6K
Run Growth: 307.0K
Growth Rate: 57.32%
Updated:April 08 2024
huggingface.co

Total runs: 511.8K
Run Growth: -531.5K
Growth Rate: -103.84%
Updated:December 08 2025
huggingface.co

Total runs: 463.0K
Run Growth: -12.9K
Growth Rate: -2.79%
Updated:September 26 2022
huggingface.co

Total runs: 289.1K
Run Growth: -22.3K
Growth Rate: -7.70%
Updated:February 14 2024
huggingface.co

Total runs: 117.8K
Run Growth: -147.4K
Growth Rate: -125.12%
Updated:November 08 2023
huggingface.co

Total runs: 117.6K
Run Growth: -1.2K
Growth Rate: -1.03%
Updated:February 29 2024
huggingface.co

Total runs: 100.0K
Run Growth: -425
Growth Rate: -0.42%
Updated:August 28 2025
huggingface.co

Total runs: 94.9K
Run Growth: -23.0K
Growth Rate: -24.19%
Updated:February 03 2023
huggingface.co

Total runs: 69.7K
Run Growth: -13.1K
Growth Rate: -18.74%
Updated:November 25 2025
huggingface.co

Total runs: 52.0K
Run Growth: 26.0K
Growth Rate: 50.00%
Updated:December 23 2021
huggingface.co

Total runs: 32.5K
Run Growth: 28.2K
Growth Rate: 86.85%
Updated:April 23 2026
huggingface.co

Total runs: 30.2K
Run Growth: -90.7K
Growth Rate: -312.44%
Updated:May 12 2026
huggingface.co

Total runs: 28.0K
Run Growth: -49.0K
Growth Rate: -175.22%
Updated:August 04 2021