Enhance model card with metadata, paper details, and GitHub README content
#3
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationfor better discoverability on the Hub. - Specifying
library_name: transformersto enable the automated "how to use" widget, as evidenced byconfig.json(Qwen2ForCausalLMarchitecture). - Including the paper title, link to the Hugging Face paper page, and the full abstract.
- Integrating the "Who Should Pay Attention to Our Work?", "Core Contributions", "Quick Start", and "Results" sections from the original GitHub README to provide comprehensive context and usage instructions for the MoM framework.
- Adding a BibTeX citation for the paper.
- Preserving the existing license information and header badges.
A Python code snippet for transformers inference is not included, as the provided GitHub README does not contain such a snippet, in accordance with the strict guidelines of this task ("only add a sample usage section with a code snippet if you found evidence for this in the Github README. Do not make up code yourself.").