Improve model card: Add metadata, description, and links

#1
by nielsr HF Staff - opened

This PR improves the model card for the "Optimal Sparsity of Mixture-of-Experts Language Models for Reasoning Tasks" by:

  • Adding essential metadata:
    • pipeline_tag: text-generation to enable discoverability under the correct task.
    • library_name: transformers to activate the automated "how to use" widget, as evidenced by the model's architecture (MixtralForCausalLM) in config.json.
    • license: apache-2.0 based on common practice for open-source models and consensus among colleagues.
  • Providing a concise introduction to the model, summarizing the paper's abstract for better context.
  • Including direct links to the associated paper, the GitHub repository, and the Hugging Face collection for comprehensive access to resources.

These updates will make the model more informative and discoverable on the Hugging Face Hub. The existing citation information is retained.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment