Split the natural-image DINOv2 control into its own model table#215
Merged
Conversation
Move dinov2-vitb14 out of the pathology tile-encoder table into a dedicated Natural-image control subsection, and drop the redundant per-row note now that the surrounding text explains the control role and spacing-agnostic behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reorganizes the model-zoo docs so the natural-image
dinov2-vitb14control lives in its own table instead of sitting inside the pathology tile-encoder table.dinov2-vitb14row from the main Tile-level encoders table.list-table) right below it, introduced by a short paragraph explaining the control role and spacing-agnostic behavior.natural-image (non-pathology) control, public weights; spacing-agnostic) now that the surrounding text carries that context; the row keeps just the plain citation.Why
dinov2-vitb14is a non-pathology control, so listing it inline with the pathology foundation models is misleading — it invites reading it as just another pathology encoder. A separate table makes its distinct purpose obvious at a glance.Scope
Docs-only (
docs/models.rst). No code or behavior change; the dense/attention coverage lists still referencedinov2-vitb14(unchanged, since it remains dense- and attention-capable).