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

#1
by nielsr HF Staff - opened
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