microsoft / dit-base-finetuned-rvlcdip

huggingface.co
Total runs: 14.3K
24-hour runs: -494
7-day runs: -4.7K
30-day runs: -5.8K
Model's Last Updated: February 28 2023
image-classification

Introduction of dit-base-finetuned-rvlcdip

Model Details of dit-base-finetuned-rvlcdip

Document Image Transformer (base-sized model)

Document Image Transformer (DiT) model pre-trained on IIT-CDIP (Lewis et al., 2006), a dataset that includes 42 million document images and fine-tuned on RVL-CDIP , a dataset consisting of 400,000 grayscale images in 16 classes, with 25,000 images per class. It was introduced in the paper DiT: Self-supervised Pre-training for Document Image Transformer by Li et al. and first released in this repository . Note that DiT is identical to the architecture of BEiT .

Disclaimer: The team releasing DiT did not write a model card for this model so this model card has been written by the Hugging Face team.

Model description

The Document Image Transformer (DiT) is a transformer encoder model (BERT-like) pre-trained on a large collection of images in a self-supervised fashion. The pre-training objective for the model is to predict visual tokens from the encoder of a discrete VAE (dVAE), based on masked patches.

Images are presented to the model as a sequence of fixed-size patches (resolution 16x16), which are linearly embedded. One also adds absolute position embeddings before feeding the sequence to the layers of the Transformer encoder.

By pre-training the model, it learns an inner representation of images that can then be used to extract features useful for downstream tasks: if you have a dataset of labeled document images for instance, you can train a standard classifier by placing a linear layer on top of the pre-trained encoder.

Intended uses & limitations

You can use the raw model for encoding document images into a vector space, but it's mostly meant to be fine-tuned on tasks like document image classification, table detection or document layout analysis. See the model hub to look for fine-tuned versions on a task that interests you.

How to use

Here is how to use this model in PyTorch:

from transformers import AutoImageProcessor, AutoModelForImageClassification
import torch
from PIL import Image

image = Image.open('path_to_your_document_image').convert('RGB')

processor = AutoImageProcessor.from_pretrained("microsoft/dit-base-finetuned-rvlcdip")
model = AutoModelForImageClassification.from_pretrained("microsoft/dit-base-finetuned-rvlcdip")

inputs = processor(images=image, return_tensors="pt")
outputs = model(**inputs)
logits = outputs.logits

# model predicts one of the 16 RVL-CDIP classes
predicted_class_idx = logits.argmax(-1).item()
print("Predicted class:", model.config.id2label[predicted_class_idx])
BibTeX entry and citation info
@article{Lewis2006BuildingAT,
  title={Building a test collection for complex document information processing},
  author={David D. Lewis and Gady Agam and Shlomo Engelson Argamon and Ophir Frieder and David A. Grossman and Jefferson Heard},
  journal={Proceedings of the 29th annual international ACM SIGIR conference on Research and development in information retrieval},
  year={2006}
}

Runs of microsoft dit-base-finetuned-rvlcdip on huggingface.co

14.3K
Total runs
-494
24-hour runs
-2.2K
3-day runs
-4.7K
7-day runs
-5.8K
30-day runs

More Information About dit-base-finetuned-rvlcdip huggingface.co Model

dit-base-finetuned-rvlcdip huggingface.co

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

dit-base-finetuned-rvlcdip huggingface.co Url

https://huggingface.co/microsoft/dit-base-finetuned-rvlcdip

microsoft dit-base-finetuned-rvlcdip online free

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

microsoft dit-base-finetuned-rvlcdip online free url in huggingface.co:

https://huggingface.co/microsoft/dit-base-finetuned-rvlcdip

dit-base-finetuned-rvlcdip install

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

dit-base-finetuned-rvlcdip install url in huggingface.co:

https://huggingface.co/microsoft/dit-base-finetuned-rvlcdip

Url of dit-base-finetuned-rvlcdip

dit-base-finetuned-rvlcdip huggingface.co Url

Provider of dit-base-finetuned-rvlcdip 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: 294.4K
Run Growth: -191.9K
Growth Rate: -65.18%
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: 141.7K
Run Growth: 108.7K
Growth Rate: 76.73%
Updated:May 12 2026
huggingface.co

Total runs: 123.1K
Run Growth: 24.9K
Growth Rate: 20.25%
Updated:February 03 2023
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: 69.7K
Run Growth: -13.1K
Growth Rate: -18.74%
Updated:November 25 2025
huggingface.co

Total runs: 68.7K
Run Growth: -18.2K
Growth Rate: -26.47%
Updated:December 03 2025
huggingface.co

Total runs: 56.1K
Run Growth: -1.4K
Growth Rate: -2.43%
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: 29.9K
Run Growth: 706
Growth Rate: 2.33%
Updated:April 24 2023