Add metadata (pipeline tag, library, license) and project page link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationto improve discoverability on the Hub. - Adding
library_name: transformersto enable the automated "how to use" widget, as evidenced by the explicit use of thetransformerslibrary in the sample code. - Adding
license: mitas explicitly stated in the project's GitHub repository. - Adding a link to the project page: https://bigai-nlco.github.io/Native-Parallel-Reasoner/.
The existing paper link (ArXiv) is retained as per guidelines. No changes were made to the sample usage section.
Please review and merge if everything looks good.