Add pipeline_tag and library_name to model card
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding key metadata tags:
pipeline_tag: text-generation: This allows the model to be easily discoverable through the text-generation filter on the Hub and accurately reflects its primary function of generating examination results.library_name: transformers: This enables the "how to use" widget on the model page, providing automated code snippets for users, as the model is compatible with thetransformerslibrary as demonstrated in the "Quickstart" section.
These additions will improve the usability and visibility of the model on the Hugging Face Hub.