SAVRN
Search Contact SAVRN

SAVRN Model Hub · Comparisons

dinov2-small vs vit-base-patch16-224-in21k

Dinov2-small has 22M parameters and vit-base-patch16-224-in21k has 86M parameters; both are released under Apache License 2.0; at 16-bit, dinov2-small needs about 0.1 GB (1x MI300X from $1.85 an hour) and vit-base-patch16-224-in21k about 0.2 GB (1x MI300X from $1.85 an hour).

Published metadata for 2 models, each read from its own repository.
Field dinov2-small
facebook/dinov2-small
vit-base-patch16-224-in21k
google/vit-base-patch16-224-in21k
Publisher AI at Meta Google
Task Image feature extraction Image feature extraction
Modality Other Other
Parameters, as reported 22M parameters 86M parameters
Architecture Dinov2Model ViTModel
Library transformers transformers
Context length Not stated Not stated
Repository size 176.6 MB 1.4 GB
Artifact formats safetensors, pytorch safetensors, pytorch, jax, tf
License apache-2.0 apache-2.0
Access Open weights, no gate Open weights, no gate
Memory at 16-bit (weights and margin) 0.1 GB 0.2 GB
Cheapest GPUs at 16-bit, per hour 1x MI300X, $1.85 1x MI300X, $1.85
Memory at 4-bit (weights and margin) 0 GB 0.1 GB
Cheapest GPUs at 4-bit, per hour 1x MI300X, $1.85 1x MI300X, $1.85
Revision viewed ed25f3a31f01 b4569560a39a
Downloads reported by the hub 3.2M 1.8M
Last observed 2026-09-18 2026-09-18

An evaluation row appears only where at least two of these models report the same benchmark with the same stated configuration, metric, unit and setup. Different evaluators stay named in each cell. Values are shown as reported: no unit conversion, no ranking.

SAVRN's Notes on dinov2-small

What do you do with a 192 GB card and a model that needs 0.1 GB of it? That is the pairing here: one MI300X at $1.85 an hour is the cheapest setup we list, and this 22M parameter encoder, 176.6 MB on disk, rides along on whatever you already run. We would put it on a camera feed or an ingest queue where every image needs a fixed feature vector and 12 layers with a 384-wide hidden state are the whole machine.

Age is the first thing to weigh: released July 31, 2023, last updated September 6, 2023, nothing since. The page lists no reported evaluations, so the paper it cites, arXiv:2304.07193, and your own labeled images are all you have to decide on. Keep the notices and Apache 2.0 lets the encoder and whatever head you train on it be sold inside a product.

SAVRN's Notes on vit-base-patch16-224-in21k

Released in March 2022, this one does image feature extraction: 86M parameters, pre-trained on ImageNet-21k at 224 by 224, 14 million images across 21,843 classes. Memory is a non-issue at 0.2 GB in 16-bit, and 4-bit weights round to 0.0 GB, so skip quantizing. The cheapest Index setup, one MI300X with 192 GB at $1.85 an hour on demand, bills by the hour, so throughput, not fit, is the whole question.

Apache 2.0 covers commercial use, modification and redistribution with a patent grant; keep the notices and state significant changes. There is no context length and no host token price on the Index, since it produces features, not tokens. The weights ship in safetensors, pytorch, jax and tf, and the releasing team did not write the model card, so the paper, An Image is Worth 16x16 Words, is the reference to read before you wire it in.

Questions

Which is larger, dinov2-small or vit-base-patch16-224-in21k?

vit-base-patch16-224-in21k (86M parameters) is larger than dinov2-small (22M parameters), by the parameter counts their publishers report.

Which is cheaper to run, dinov2-small or vit-base-patch16-224-in21k?

At 4-bit, dinov2-small fits on 1x MI300X from $1.85 an hour and vit-base-patch16-224-in21k on 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

Can I use dinov2-small commercially?

Yes. dinov2-small is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

Can I use vit-base-patch16-224-in21k commercially?

Yes. vit-base-patch16-224-in21k is released under Apache License 2.0. The Apache License 2.0 is a permissive open-source license. It permits commercial use, modification and redistribution. It requires keeping the license and copyright notices and any NOTICE file, stating significant changes, and it includes an express patent grant from contributors.

Related Comparisons