Update pipeline tag and add paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,10 +1,10 @@
1
  ---
2
- license: apache-2.0
3
- library_name: transformers
4
- pipeline_tag: image-text-to-text
5
  base_model: Qwen/Qwen3-VL-4B-Instruct
6
  language:
7
  - en
 
 
 
8
  tags:
9
  - qwen3-vl
10
  - video
@@ -18,8 +18,8 @@ tags:
18
  # ParallelTubeDecoding-Qwen3-VL-4B
19
 
20
  This repository contains the merged Qwen3-VL-4B checkpoint for **Parallel
21
- Tube Decoding (PTD)** from *Locate Anything in Videos: Rethinking Efficient
22
- Generative Spatio-Temporal Video Grounding*.
23
 
24
  PTD first predicts the temporal interval of a queried event and then generates
25
  all time-conditioned spatial blocks in parallel. Decoupled Block Attention
@@ -179,4 +179,4 @@ occluded targets remain challenging.
179
  ## Acknowledgements
180
 
181
  This work builds on Qwen3-VL and the Qwen-VL-Series-Finetune training
182
- framework. See the code repository for full acknowledgements.
 
1
  ---
 
 
 
2
  base_model: Qwen/Qwen3-VL-4B-Instruct
3
  language:
4
  - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ pipeline_tag: video-text-to-text
8
  tags:
9
  - qwen3-vl
10
  - video
 
18
  # ParallelTubeDecoding-Qwen3-VL-4B
19
 
20
  This repository contains the merged Qwen3-VL-4B checkpoint for **Parallel
21
+ Tube Decoding (PTD)** from [*Locate Anything in Videos: Rethinking Efficient
22
+ Generative Spatio-Temporal Video Grounding*](https://huggingface.co/papers/2608.28192).
23
 
24
  PTD first predicts the temporal interval of a queried event and then generates
25
  all time-conditioned spatial blocks in parallel. Decoupled Block Attention
 
179
  ## Acknowledgements
180
 
181
  This work builds on Qwen3-VL and the Qwen-VL-Series-Finetune training
182
+ framework. See the code repository for full acknowledgements.