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: The Quick Start section 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 by config.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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment