Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/ja/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
[English](/README.md) | [简体中文](/docs/zh-CN/README_zh-CN.md) | 日本語

<a href="https://rank.opencompass.org.cn/leaderboard-multimodal">🏆 OpenCompass Learderboard </a> •
<a href="#-datasets-models-and-evaluation-results">📊Datasets & Models </a> •
<a href="#%EF%B8%8F-quickstart">🏗️Quickstart </a> •
<a href="#%EF%B8%8F-development-guide">🛠️Development </a> •
<a href="#-the-goal-of-vlmevalkit">🎯Goal </a> •
<a href="#%EF%B8%8F-citation">🖊️Citation </a>
<a href="#-データセットモデルおよび評価結果">📊Datasets & Models </a> •
<a href="#️-クイックスタート">🏗️Quickstart </a> •
<a href="#️-開発ガイド">🛠️Development </a> •
<a href="#-vlmevalkitの目標">🎯Goal </a> •
<a href="#️-引用">🖊️Citation </a>
Comment on lines +13 to +16
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

The href fragments here include an invisible variation-selector character () (e.g., #️-クイックスタート). GitHub’s generated heading IDs for ## 🏗️ クイックスタート / ## 🛠️ 開発ガイド / ## 🖊️ 引用 won’t include that character, so these links likely remain broken. Update them to use the actual generated slugs (e.g., #-クイックスタート, #-開発ガイド, #-引用) or add explicit <a id="…"></a> anchors and link to those.

Suggested change
<a href="#-クイックスタート">🏗️Quickstart </a> •
<a href="#-開発ガイド">🛠️Development </a> •
<a href="#-vlmevalkitの目標">🎯Goal </a> •
<a href="#-引用">🖊️Citation </a>
<a href="#-クイックスタート">🏗️Quickstart </a> •
<a href="#-開発ガイド">🛠️Development </a> •
<a href="#-vlmevalkitの目標">🎯Goal </a> •
<a href="#-引用">🖊️Citation </a>

Copilot uses AI. Check for mistakes.

<a href="https://huggingface.co/spaces/opencompass/open_vlm_leaderboard">🤗 HF Leaderboard</a> •
<a href="https://huggingface.co/datasets/VLMEval/OpenVLMRecords">🤗 Evaluation Records</a> •
Expand Down
10 changes: 5 additions & 5 deletions docs/zh-CN/README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
[English](/README.md) | 简体中文 | [日本語](/docs/ja/README_ja.md)

<a href="https://rank.opencompass.org.cn/leaderboard-multimodal">🏆 OpenCompass 排行榜 </a> •
<a href="#%EF%B8%8F-quickstart">🏗️ 快速开始 </a> •
<a href="#-datasets-models-and-evaluation-results">📊 数据集和模型 </a> •
<a href="#%EF%B8%8F-development-guide">🛠️ 开发指南 </a> •
<a href="#-the-goal-of-vlmevalkit">🎯 我们的目标 </a> •
<a href="#%EF%B8%8F-citation">🖊️ 引用 </a>
<a href="#️-快速开始">🏗️ 快速开始 </a> •
<a href="#-评测结果支持的数据集和模型">📊 数据集和模型 </a> •
<a href="#️-开发指南">🛠️ 开发指南 </a> •
<a href="#-vlmevalkit-的目标">🎯 我们的目标 </a> •
<a href="#️-引用">🖊️ 引用 </a>
Comment on lines +12 to +16
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

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

These navigation links don’t match the explicit anchor IDs used later in this README. The sections define stable IDs like quickstart, data-model-results, development, goal-of-vlmevalkit, and citation via <a id="…"></a>, so these href values should point to #quickstart, #data-model-results, #development, #goal-of-vlmevalkit, and #citation (instead of the current auto-slugged/emoji-based fragments).

Suggested change
<a href="#️-快速开始">🏗️ 快速开始 </a> •
<a href="#-评测结果支持的数据集和模型">📊 数据集和模型 </a> •
<a href="#️-开发指南">🛠️ 开发指南 </a> •
<a href="#-vlmevalkit-的目标">🎯 我们的目标 </a> •
<a href="#️-引用">🖊️ 引用 </a>
<a href="#quickstart">🏗️ 快速开始 </a> •
<a href="#data-model-results">📊 数据集和模型 </a> •
<a href="#development">🛠️ 开发指南 </a> •
<a href="#goal-of-vlmevalkit">🎯 我们的目标 </a> •
<a href="#citation">🖊️ 引用 </a>

Copilot uses AI. Check for mistakes.

<a href="https://huggingface.co/spaces/opencompass/open_vlm_leaderboard">🤗 HuggingFace 排行榜 (存档全部性能) </a> •
<a href="https://huggingface.co/datasets/VLMEval/OpenVLMRecords">🤗 原始评测记录</a> •
Expand Down
Loading