Add pipeline tag, library name, and clean metadata
#1
by nielsr HF Staff - opened
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-32B-Instruct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- video-understanding
|
| 9 |
- video-llm
|
| 10 |
- streaming-video
|
| 11 |
-
- arxiv:2603.12262
|
| 12 |
---
|
| 13 |
|
| 14 |
# VST-32B
|
|
@@ -34,4 +35,4 @@ This is the **32B** variant of **Video Streaming Thinking (VST)**, a new paradig
|
|
| 34 |
journal={arXiv preprint arXiv:2603.12262},
|
| 35 |
year={2026},
|
| 36 |
}
|
| 37 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen2.5-VL-32B-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-32B
|
|
|
|
| 35 |
journal={arXiv preprint arXiv:2603.12262},
|
| 36 |
year={2026},
|
| 37 |
}
|
| 38 |
+
```
|