Skip to content

Update OV2 docs to point at the published 8B model and dataset cards#160

Merged
anxiangsir merged 1 commit into
mainfrom
copilot/update-readme-links
May 20, 2026
Merged

Update OV2 docs to point at the published 8B model and dataset cards#160
anxiangsir merged 1 commit into
mainfrom
copilot/update-readme-links

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

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

    • Replaced the LLaVA-OneVision-2-8B-Instruct placeholder badge with the live Hugging Face model card:
      • https://huggingface.co/lmms-lab-encoder/LLaVA-OneVision-2-8B-Instruct
  • Project page links

    • Updated the top Models card to the released 8B-Instruct page.
    • Updated the lower Model Checkpoints card from the generic collection to the specific 8B-Instruct model card.
    • Updated the Training Datasets card to the dataset card:
      • https://huggingface.co/datasets/mvp-lab/LLaVA-OneVision-2-Data
  • Quickstart example

    • Replaced the placeholder model_id with the published 8B-Instruct repo id so the example resolves directly to the released artifact.
model_id = "lmms-lab-encoder/LLaVA-OneVision-2-8B-Instruct"

@anxiangsir anxiangsir marked this pull request as ready for review May 20, 2026 06:11
Copilot AI review requested due to automatic review settings May 20, 2026 06:11
@anxiangsir anxiangsir merged commit 507fcae into main May 20, 2026
1 check passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_id to lmms-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.

Comment thread docs/page/index.html
</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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants