Add pipeline_tag and library_name to metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
  base_model:
6
  - Qwen/Qwen2.5-VL-3B-Instruct
 
 
 
 
 
7
  tags:
8
  - video-understanding
9
  - video-llm
10
  - streaming-video
11
- - arxiv:2603.12262
12
  ---
13
 
14
  # VST-3B
@@ -34,4 +35,4 @@ This is the **3B** variant of **Video Streaming Thinking (VST)**, a new paradigm
34
  journal={arXiv preprint arXiv:2603.12262},
35
  year={2026},
36
  }
37
- ```
 
1
  ---
 
 
 
2
  base_model:
3
  - Qwen/Qwen2.5-VL-3B-Instruct
4
+ language:
5
+ - en
6
+ license: apache-2.0
7
+ library_name: transformers
8
+ pipeline_tag: video-text-to-text
9
  tags:
10
  - video-understanding
11
  - video-llm
12
  - streaming-video
 
13
  ---
14
 
15
  # VST-3B
 
35
  journal={arXiv preprint arXiv:2603.12262},
36
  year={2026},
37
  }
38
+ ```