Improve model card: Add `library_name`, `pipeline_tag`, `long-context` tag, and HF paper link
#4
by
nielsr
HF Staff
- opened
This PR enhances the model card for QwenLong-L1.5 by adding crucial metadata and a direct link to the Hugging Face paper page.
The following metadata has been added:
library_name: transformers: TheQuick Startsection clearly demonstrates the model's compatibility with the π€ Transformers library, enabling the interactive widget and usage snippets.pipeline_tag: text-generation: This categorizes the model correctly on the Hugging Face Hub, aligning with its function as a Large Language Model with reasoning capabilities, also confirmed byconfig.json.tags: [long-context]: This highlights the model's core capability, improving discoverability for users interested in long-context models.
Additionally, a badge linking to the Hugging Face paper page (https://huggingface.co/papers/2512.12967) has been added next to the existing arXiv link for better visibility.
These updates will make the model more discoverable and easier to use for the community.