nielsr HF Staff commited on
Commit
c8624a7
·
verified ·
1 Parent(s): af3e82c

Update pipeline tag and paper link

Browse files

This PR updates the model card metadata to use the correct `robotics` pipeline tag, which better reflects the model's purpose as an embodied navigation policy and improves discoverability under the robotics category. It also fixes the paper link to point to the Hugging Face paper page for the paper. The remaining model card content is already detailed and accurate, so no other changes are made.

Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
  base_model: Qwen/Qwen2.5-VL-7B-Instruct
3
- library_name: transformers
4
- pipeline_tag: image-text-to-text
5
  language:
6
  - en
 
 
7
  tags:
8
  - vision-language
9
  - vision-language-navigation
@@ -20,7 +20,7 @@ tags:
20
 
21
  [Project Page](https://zju-omniai.github.io/Embodied-Navigator/) |
22
  [Code](https://github.com/ZJU-OmniAI/Embodied-Navigator) |
23
- [Paper](https://arxiv.org/)
24
 
25
  Embodied-Navigator-7B-GRPO is the released navigation policy checkpoint for
26
  Embodied-Navigator. It adapts Qwen2.5-VL-7B to continuous vision-language
@@ -206,5 +206,4 @@ authors. Refer to the project repository for future license updates.
206
 
207
  Hongyan Feng, Sunlai Chen, Xuanyu Liu, Miao Pan, Yangfan Xie, Yuxiang Cui,
208
  Zhongxiang Zhou, Rong Xiong, Wenqi Zhang, Jianwei Yin, Yueting Zhuang, and
209
- Xuhong Zhang.
210
-
 
1
  ---
2
  base_model: Qwen/Qwen2.5-VL-7B-Instruct
 
 
3
  language:
4
  - en
5
+ library_name: transformers
6
+ pipeline_tag: robotics
7
  tags:
8
  - vision-language
9
  - vision-language-navigation
 
20
 
21
  [Project Page](https://zju-omniai.github.io/Embodied-Navigator/) |
22
  [Code](https://github.com/ZJU-OmniAI/Embodied-Navigator) |
23
+ [Paper](https://huggingface.co/papers/2608.17512)
24
 
25
  Embodied-Navigator-7B-GRPO is the released navigation policy checkpoint for
26
  Embodied-Navigator. It adapts Qwen2.5-VL-7B to continuous vision-language
 
206
 
207
  Hongyan Feng, Sunlai Chen, Xuanyu Liu, Miao Pan, Yangfan Xie, Yuxiang Cui,
208
  Zhongxiang Zhou, Rong Xiong, Wenqi Zhang, Jianwei Yin, Yueting Zhuang, and
209
+ Xuhong Zhang.