Improve model card: Add metadata and project page link
#1
by
nielsr
HF Staff
- opened
This PR updates the model card for bigai-NPR/NPR-4B to improve its discoverability and completeness on the Hugging Face Hub.
Specifically, it adds:
pipeline_tag: text-generation: Categorizes the model for appropriate filtering on the Hub.library_name: transformers: Enables the automated "How to use" widget on the model page, providing a convenient code snippet for users.license: mit: Specifies the model's license as found in the GitHub repository.- A link to the dedicated
Project Pagefor the Native Parallel Reasoner, enhancing external resource accessibility.
The existing arXiv paper link is preserved, and the redundant empty metadata section in the Markdown content has been removed.
Please review and merge if these updates are in order.