AI SeedbankHelp preserve open and free AI for humanity's future

← All models

facebook_dino-vitb16

facebook · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: apache-2.0 tags:

  • dino
  • vision datasets:
  • imagenet-1k

Vision Transformer (base-sized model, patch size 16) trained using DINO

Vision Transformer (ViT) model trained using the DINO method. It was introduced in the paper Emerging Properties in Self-Supervised Vision Transformers by Mathilde Caron, Hugo Touvron, Ishan Misra, Hervé Jégou, Julien Mairal, Piotr Bojanowski, Armand Joulin and first released in this repository.

Disclaimer: The team releasing DINO 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 self-supervised fashion, namely ImageNet-1k, 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 include any fine-tuned heads.

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:

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('facebook/dino-vitb16')
model = ViTModel.from_pretrained('facebook/dino-vitb16')

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

BibTeX entry and citation info

@article{DBLP:journals/corr/abs-2104-14294,
  author    = {Mathilde Caron and
               Hugo Touvron and
               Ishan Misra and
               Herv{\'{e}} J{\'{e}}gou and
               Julien Mairal and
               Piotr Bojanowski and
               Armand Joulin},
  title     = {Emerging Properties in Self-Supervised Vision Transformers},
  journal   = {CoRR},
  volume    = {abs/2104.14294},
  year      = {2021},
  url       = {https://arxiv.org/abs/2104.14294},
  archivePrefix = {arXiv},
  eprint    = {2104.14294},
  timestamp = {Tue, 04 May 2021 15:12:43 +0200},
  biburl    = {https://dblp.org/rec/journals/corr/abs-2104-14294.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:187111acb871a59005d376302fe33f177684c414&dn=facebook_dino-vitb16

Open magnet in torrent client · infohash 187111acb871a59005d376302fe33f177684c414

Files & hashes

PathSizesha1sha256
README.md3.2 KB (3,261 B)549e79f9476701191887d716e92e7604e4136dd2b6f423a18490fff28fa9a80fb2ba13c2e970c14dc532a63249e3cb3ce58c8c49
config.json454 B (454 B)77374d76174bf4b940cc485b61568ff27fcbbc0db87c0270b97db085fd82cf114a761fd0f62ae7914fbd407c752a2260646b689c
preprocessor_config.json244 B (244 B)f1af49d6475dc195b4fd213692eefd721389283a44298553bf686c8c3d1b128f24fae01f76235f66bda5516f1c6c0c57bba1b47f
pytorch_model.bin327.4 MB (343,268,597 B)00de58977eb7d582d44881b68dc7a91cf56d308ca064e36c67289caaa5c949c0b3f7f31a0fcbcba5721f5fa12419933ec1f4fe6e

Cite this release

Canonical URL
https://aiseedbank.org/models/facebook_dino-vitb16/
Slug
facebook_dino-vitb16
Infohash
187111acb871a59005d376302fe33f177684c414
License
apache-2.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: facebook_dino-vitb16.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryfacebook/dino-vitb16
Revision (pinned)f205d5d8e640a89a2b8ef0369670dfc37cc07fc2
Fetched at2026-09-03T22:30:40Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T22:30:46Z

apache-2.0327.4 MB (343,272,556 bytes)transformerspytorchvitimage-feature-extractiondinovisionendpoints_compatible1 language (tf)paper: 2104.14294