Add `library_name: transformers` to metadata
Browse filesThis PR updates the model card by adding the `library_name: transformers` metadata tag. This is based on evidence from the `config.json`, `tokenizer_config.json`, `preprocessor_config.json`, and `generation_config.json` files, which indicate full compatibility with the Hugging Face `transformers` library.
Adding this tag will enable the automated "how to use" code snippet on the Hugging Face Hub, making it easier for users to quickly integrate and utilize the MUSEG model.
README.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- PolyU-ChenLab/ET-Instruct-164K
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
| 7 |
metrics:
|
| 8 |
- f1
|
| 9 |
-
base_model:
|
| 10 |
-
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 11 |
pipeline_tag: video-text-to-text
|
|
|
|
| 12 |
---
|
|
|
|
| 13 |
# MUSEG-7B
|
| 14 |
|
| 15 |
[Paper](https://arxiv.org/abs/2505.20715) | [GitHub](https://github.com/THUNLP-MT/MUSEG)
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 4 |
datasets:
|
| 5 |
- PolyU-ChenLab/ET-Instruct-164K
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
+
license: apache-2.0
|
| 9 |
metrics:
|
| 10 |
- f1
|
|
|
|
|
|
|
| 11 |
pipeline_tag: video-text-to-text
|
| 12 |
+
library_name: transformers
|
| 13 |
---
|
| 14 |
+
|
| 15 |
# MUSEG-7B
|
| 16 |
|
| 17 |
[Paper](https://arxiv.org/abs/2505.20715) | [GitHub](https://github.com/THUNLP-MT/MUSEG)
|