nielsr HF Staff commited on
Commit
deade7d
·
verified ·
1 Parent(s): 23c1f38

Add pipeline tag, library name, and paper/code links

Browse files

This PR improves the model card by:
- Adding the `pipeline_tag` `image-text-to-text` so the model appears in the correct Hub category.
- Adding `library_name: transformers` to enable the corresponding Hub integration.
- Adding links to the paper page and the official LookStep GitHub repository in the content section.

The existing model information, training details, reproduction instructions, and citation are preserved.

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,13 +1,16 @@
1
  ---
2
  base_model:
3
  - Qwen/Qwen3-VL-8B-Instruct
 
 
4
  ---
5
 
6
-
7
  # LookStep
8
 
9
  [简体中文](README_ZH.md)
10
 
 
 
11
  ## Model details
12
 
13
 
 
1
  ---
2
  base_model:
3
  - Qwen/Qwen3-VL-8B-Instruct
4
+ pipeline_tag: image-text-to-text
5
+ library_name: transformers
6
  ---
7
 
 
8
  # LookStep
9
 
10
  [简体中文](README_ZH.md)
11
 
12
+ This is the official checkpoint for the paper [LookStep: Efficient Vision-Language Navigation with Linguistic Foresight and Event Driven Memory](https://huggingface.co/papers/2609.02350). The code is available at [https://github.com/kunyang-YU/LookStep](https://github.com/kunyang-YU/LookStep).
13
+
14
  ## Model details
15
 
16