Improve model card: Add metadata, paper and code links, and abstract

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for the model by adding crucial information and metadata.

Key changes include:

  • Metadata:
    • Added license: apache-2.0 (as identified for the project).
    • Added library_name: transformers based on config.json (MixtralForCausalLM architecture and transformers_version), enabling the "Use in Transformers" widget.
    • Added pipeline_tag: text-generation to categorize the model for language generation tasks.
    • Included relevant tags: mixture-of-experts, moe, llm, and reasoning for better discoverability.
  • Content:

These updates make the model more informative and accessible to users on the Hugging Face Hub.

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

Sign up or log in to comment