google / vit-base-patch16-224-in21k

huggingface.co
Total runs: 805.9K
24-hour runs: 0
7-day runs: -54.0K
30-day runs: -106.3K
Model's Last Updated: February 06 2024
image-feature-extraction

Introduction of vit-base-patch16-224-in21k

Model Details of vit-base-patch16-224-in21k

Vision Transformer (base-sized model)

Vision Transformer (ViT) model pre-trained on ImageNet-21k (14 million images, 21,843 classes) at resolution 224x224. It was introduced in the paper An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale by Dosovitskiy et al. and first released in this repository . However, the weights were converted from the timm repository by Ross Wightman, who already converted the weights from JAX to PyTorch. Credits go to him.

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

Model description

The Vision Transformer (ViT) is a transformer encoder model (BERT-like) pretrained on a large collection of images in a supervised fashion, namely ImageNet-21k, at a resolution of 224x224 pixels.

Images are presented to the model as a sequence of fixed-size patches (resolution 16x16), which are linearly embedded. One also adds a [CLS] token to the beginning of a sequence to use it for classification tasks. One also adds absolute position embeddings before feeding the sequence to the layers of the Transformer encoder.

Note that this model does not provide any fine-tuned heads, as these were zero'd by Google researchers. However, the model does include the pre-trained pooler, which can be used for downstream tasks (such as image classification).

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 images for instance, you can train a standard classifier by placing a linear layer on top of the pre-trained encoder. One typically places a linear layer on top of the [CLS] token, as the last hidden state of this token can be seen as a representation of an entire image.

Intended uses & limitations

You can use the raw model for image classification. 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 ViTImageProcessor, ViTModel
from PIL import Image
import requests

url = 'http://images.cocodataset.org/val2017/000000039769.jpg'
image = Image.open(requests.get(url, stream=True).raw)

processor = ViTImageProcessor.from_pretrained('google/vit-base-patch16-224-in21k')
model = ViTModel.from_pretrained('google/vit-base-patch16-224-in21k')
inputs = processor(images=image, return_tensors="pt")

outputs = model(**inputs)
last_hidden_states = outputs.last_hidden_state

Here is how to use this model in JAX/Flax:

from transformers import ViTImageProcessor, FlaxViTModel
from PIL import Image
import requests

url = 'http://images.cocodataset.org/val2017/000000039769.jpg'
image = Image.open(requests.get(url, stream=True).raw)

processor = ViTImageProcessor.from_pretrained('google/vit-base-patch16-224-in21k')
model = FlaxViTModel.from_pretrained('google/vit-base-patch16-224-in21k')

inputs = processor(images=image, return_tensors="np")
outputs = model(**inputs)
last_hidden_states = outputs.last_hidden_state
Training data

The ViT model was pretrained on ImageNet-21k , a dataset consisting of 14 million images and 21k classes.

Training procedure
Preprocessing

The exact details of preprocessing of images during training/validation can be found here .

Images are resized/rescaled to the same resolution (224x224) and normalized across the RGB channels with mean (0.5, 0.5, 0.5) and standard deviation (0.5, 0.5, 0.5).

Pretraining

The model was trained on TPUv3 hardware (8 cores). All model variants are trained with a batch size of 4096 and learning rate warmup of 10k steps. For ImageNet, the authors found it beneficial to additionally apply gradient clipping at global norm 1. Pre-training resolution is 224.

Evaluation results

For evaluation results on several image classification benchmarks, we refer to tables 2 and 5 of the original paper. Note that for fine-tuning, the best results are obtained with a higher resolution (384x384). Of course, increasing the model size will result in better performance.

BibTeX entry and citation info
@misc{wu2020visual,
      title={Visual Transformers: Token-based Image Representation and Processing for Computer Vision}, 
      author={Bichen Wu and Chenfeng Xu and Xiaoliang Dai and Alvin Wan and Peizhao Zhang and Zhicheng Yan and Masayoshi Tomizuka and Joseph Gonzalez and Kurt Keutzer and Peter Vajda},
      year={2020},
      eprint={2006.03677},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
@inproceedings{deng2009imagenet,
  title={Imagenet: A large-scale hierarchical image database},
  author={Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and Li, Kai and Fei-Fei, Li},
  booktitle={2009 IEEE conference on computer vision and pattern recognition},
  pages={248--255},
  year={2009},
  organization={Ieee}
}

Runs of google vit-base-patch16-224-in21k on huggingface.co

805.9K
Total runs
0
24-hour runs
-23.4K
3-day runs
-54.0K
7-day runs
-106.3K
30-day runs

More Information About vit-base-patch16-224-in21k huggingface.co Model

More vit-base-patch16-224-in21k license Visit here:

https://choosealicense.com/licenses/apache-2.0

vit-base-patch16-224-in21k huggingface.co

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

vit-base-patch16-224-in21k huggingface.co Url

https://huggingface.co/google/vit-base-patch16-224-in21k

google vit-base-patch16-224-in21k online free

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

google vit-base-patch16-224-in21k online free url in huggingface.co:

https://huggingface.co/google/vit-base-patch16-224-in21k

vit-base-patch16-224-in21k install

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

vit-base-patch16-224-in21k install url in huggingface.co:

https://huggingface.co/google/vit-base-patch16-224-in21k

Url of vit-base-patch16-224-in21k

vit-base-patch16-224-in21k huggingface.co Url

Provider of vit-base-patch16-224-in21k huggingface.co

google
ORGANIZATIONS

Other API from google

huggingface.co

Total runs: 8.8M
Run Growth: -3.6M
Growth Rate: -41.27%
Updated:July 21 2026
huggingface.co

Total runs: 5.2M
Run Growth: -534.8K
Growth Rate: -10.29%
Updated:July 21 2026
huggingface.co

Total runs: 4.2M
Run Growth: 1.2M
Growth Rate: 28.13%
Updated:April 04 2025
huggingface.co

Total runs: 3.5M
Run Growth: -335.0K
Growth Rate: -9.51%
Updated:July 21 2026
huggingface.co

Total runs: 3.4M
Run Growth: 341.5K
Growth Rate: 10.22%
Updated:July 21 2026
huggingface.co

Total runs: 1.7M
Run Growth: -218.1K
Growth Rate: -13.12%
Updated:July 17 2023
huggingface.co

Total runs: 1.6M
Run Growth: -349.1K
Growth Rate: -21.73%
Updated:August 14 2025
huggingface.co

Total runs: 1.3M
Run Growth: -771.2K
Growth Rate: -58.31%
Updated:March 22 2025
huggingface.co

Total runs: 1.0M
Run Growth: -177.3K
Growth Rate: -16.79%
Updated:March 22 2025
huggingface.co

Total runs: 872.4K
Run Growth: 549.9K
Growth Rate: 65.11%
Updated:October 29 2025
huggingface.co

Total runs: 720.4K
Run Growth: -108.0K
Growth Rate: -14.92%
Updated:July 16 2026
huggingface.co

Total runs: 714.4K
Run Growth: 119.9K
Growth Rate: 16.54%
Updated:August 28 2024
huggingface.co

Total runs: 665.0K
Run Growth: 335.0K
Growth Rate: 51.27%
Updated:August 28 2024
huggingface.co

Total runs: 623.8K
Run Growth: 346.4K
Growth Rate: 54.38%
Updated:September 18 2023
huggingface.co

Total runs: 595.7K
Run Growth: -92.6K
Growth Rate: -15.61%
Updated:February 29 2024
huggingface.co

Total runs: 555.2K
Run Growth: -354.1K
Growth Rate: -62.96%
Updated:October 11 2023
huggingface.co

Total runs: 529.0K
Run Growth: 268.3K
Growth Rate: 49.91%
Updated:April 29 2024
huggingface.co

Total runs: 505.7K
Run Growth: -333.7K
Growth Rate: -64.46%
Updated:March 22 2025
huggingface.co

Total runs: 468.1K
Run Growth: -48.2K
Growth Rate: -10.18%
Updated:July 17 2023
huggingface.co

Total runs: 419.1K
Run Growth: 227.3K
Growth Rate: 53.18%
Updated:July 16 2026
huggingface.co

Total runs: 312.5K
Run Growth: 22.1K
Growth Rate: 7.20%
Updated:January 25 2023
huggingface.co

Total runs: 310.2K
Run Growth: -153.9K
Growth Rate: -49.59%
Updated:July 14 2025
huggingface.co

Total runs: 283.5K
Run Growth: 60.9K
Growth Rate: 21.48%
Updated:August 08 2024
huggingface.co

Total runs: 252.2K
Run Growth: -61.4K
Growth Rate: -23.62%
Updated:January 25 2023
huggingface.co

Total runs: 190.1K
Run Growth: 61.8K
Growth Rate: 33.04%
Updated:August 18 2026
huggingface.co

Total runs: 186.8K
Run Growth: 8.3K
Growth Rate: 4.44%
Updated:July 03 2023
huggingface.co

Total runs: 171.5K
Run Growth: -3.9K
Growth Rate: -2.34%
Updated:January 25 2023
huggingface.co

Total runs: 170.7K
Run Growth: -39.4K
Growth Rate: -21.86%
Updated:November 27 2023
huggingface.co

Total runs: 154.1K
Run Growth: 97.2K
Growth Rate: 62.94%
Updated:September 27 2024
huggingface.co

Total runs: 147.9K
Run Growth: -818.7K
Growth Rate: -463.68%
Updated:July 16 2026
huggingface.co

Total runs: 146.1K
Run Growth: -13.3K
Growth Rate: -9.47%
Updated:November 28 2023
huggingface.co

Total runs: 135.1K
Run Growth: -105.0K
Growth Rate: -73.46%
Updated:May 27 2026
huggingface.co

Total runs: 134.8K
Run Growth: 37.6K
Growth Rate: 27.93%
Updated:September 27 2024
huggingface.co

Total runs: 134.6K
Run Growth: -151.5K
Growth Rate: -121.04%
Updated:January 25 2023
huggingface.co

Total runs: 103.1K
Run Growth: -165.6K
Growth Rate: -168.26%
Updated:July 16 2026
huggingface.co

Total runs: 94.0K
Run Growth: -615.2K
Growth Rate: -652.31%
Updated:August 14 2025
huggingface.co

Total runs: 92.7K
Run Growth: 3.7K
Growth Rate: 4.11%
Updated:May 27 2022
huggingface.co

Total runs: 82.4K
Run Growth: -16.0K
Growth Rate: -19.38%
Updated:August 08 2024
huggingface.co

Total runs: 81.6K
Run Growth: -15.3K
Growth Rate: -18.86%
Updated:July 16 2026
huggingface.co

Total runs: 66.7K
Run Growth: 2.2K
Growth Rate: 3.36%
Updated:March 22 2025