Improve model card: Add metadata, paper, code, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Linking the model to its official Hugging Face paper page at https://huggingface.co/papers/2507.03112.
- Adding the
text-generationpipeline tag, which helps users discover the model at https://huggingface.co/models?pipeline_tag=text-generation. - Specifying
transformersas the compatible library, enabling the "Use in Transformers" widget. - Including relevant
tagssuch asdialogue,empathy,reinforcement-learning, andqwenfor better discoverability. - Providing a direct link to the GitHub repository.
- Incorporating the full paper abstract and a key framework image.
- Providing a comprehensive usage example for inference with the
transformerslibrary, including handling the Qwen2 chat template. - Adding a BibTeX citation.
These changes aim to greatly improve the model's visibility, usability, and documentation for the community.