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-generation for better discoverability on the Hub.
  • Specifying library_name: transformers to enable the automated "how to use" widget, as evidenced by config.json (Qwen2ForCausalLM architecture).
  • 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.").

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

Sign up or log in to comment