Improve model card: Add metadata and links
#1
by
nielsr
HF Staff
- opened
This PR enriches the model card by:
- Adding
library_name: transformersto enable the "How to use" widget on the model page. - Adding
pipeline_tag: text-generationto improve discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-generation). - Providing a brief introduction to the model with a link to the paper (Optimal Sparsity of Mixture-of-Experts Language Models for Reasoning Tasks).
- Including a direct link to the GitHub repository (https://github.com/rioyokotalab/optimal-sparsity).
Please review and merge this PR if everything looks good.