Improve model card: Add `library_name`, abstract, and GitHub details

#1
by nielsr HF Staff - opened

This PR enhances the model card for LM-Searcher by:

  • Adding the library_name: transformers metadata tag. This enables the automated "how to use" widget on the model page, as the config.json clearly indicates the model uses LlamaForCausalLM and transformers version 4.45.0.
  • Including a direct link to the Hugging Face paper page: LM-Searcher: Cross-domain Neural Architecture Search with LLMs via Unified Numerical Encoding.
  • Adding the full paper abstract to provide comprehensive context about the model's purpose and methodology.
  • Integrating key sections from the GitHub README for a more complete description, including:
    • An illustrative figure.
    • Links to related datasets and models.
    • Training instructions.
    • A proper BibTeX citation for the paper.

These additions significantly improve the model card's completeness, usability, and discoverability on the Hugging Face Hub.

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

Sign up or log in to comment