Update OV2 docs to point at the published 8B model and dataset cards#160
Merged
Conversation
Agent-Logs-Url: https://github.com/EvolvingLMMs-Lab/LLaVA-OneVision-2/sessions/a69b1096-12ad-48d0-8866-cdab82f6e1c9 Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
anxiangsir
May 20, 2026 06:11
View session
There was a problem hiding this comment.
Pull request overview
Updates surfaced documentation links so users land on the published Hugging Face 8B-Instruct model card and the released LLaVA-OneVision-2-Data dataset card, and updates the website quickstart snippet to use the published model identifier.
Changes:
- README: replaces the placeholder “Coming soon” badge for OV2 8B-Instruct with a live Hugging Face model-card badge/link.
- Website page: updates “Models”, “Model Checkpoints”, and “Training Datasets” cards to point to the published HF pages.
- Website quickstart snippet: updates
model_idtolmms-lab-encoder/LLaVA-OneVision-2-8B-Instruct.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates the OV2 8B-Instruct entry to link to the published HF model card. |
| docs/page/index.html | Updates website resource links (models/datasets) and quickstart model_id to the published HF identifiers. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| </h3> | ||
| <div class="resource-items"> | ||
| <a class="resource-item" href="https://huggingface.co/collections/mvp-lab/llava-onevision-2" target="_blank" rel="noopener noreferrer"><div class="resource-top">LLaVA-OneVision-2-8B<span class="resource-badge">HF</span></div><div class="resource-meta"><span class="i18n" data-lang="en">Pretrained checkpoints on HuggingFace.</span><span class="i18n" data-lang="zh">HuggingFace 上的预训练权重。</span></div></a> | ||
| <a class="resource-item" href="https://huggingface.co/lmms-lab-encoder/LLaVA-OneVision-2-8B-Instruct" target="_blank" rel="noopener noreferrer"><div class="resource-top">LLaVA-OneVision-2-8B-Instruct<span class="resource-badge">HF</span></div><div class="resource-meta"><span class="i18n" data-lang="en">Pretrained checkpoints on HuggingFace.</span><span class="i18n" data-lang="zh">HuggingFace 上的预训练权重。</span></div></a> |
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.
The OV2 docs still exposed placeholder or collection-level links where the released 8B model and dataset now have concrete Hugging Face pages. This updates the surfaced model/data entry points and the quickstart example to use the published 8B-Instruct identifier.
README
LLaVA-OneVision-2-8B-Instructplaceholder badge with the live Hugging Face model card:https://huggingface.co/lmms-lab-encoder/LLaVA-OneVision-2-8B-InstructProject page links
https://huggingface.co/datasets/mvp-lab/LLaVA-OneVision-2-DataQuickstart example
model_idwith the published 8B-Instruct repo id so the example resolves directly to the released artifact.