nielsr HF Staff commited on
Commit
8928e68
·
verified ·
1 Parent(s): 2b4a68c

Add pipeline tag and library name

Browse files

This 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.

Files changed (1) hide show
  1. README.md +3 -1
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>