Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata to improve discoverability and clarity. The `pipeline_tag` is set to `video-text-to-text` reflecting the model's functionality. The `library_name` is set to `transformers` based on the provided inference code.
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- Vision-CAIR/LongVU_Qwen2_7B
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
<a href='https://arxiv.org/abs/2504.12083'><img src='https://img.shields.io/badge/arXiv-paper-red'></a>
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- Vision-CAIR/LongVU_Qwen2_7B
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: video-text-to-text
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
9 |
<a href='https://arxiv.org/abs/2504.12083'><img src='https://img.shields.io/badge/arXiv-paper-red'></a>
|