Add pipeline tag and library name to model card for ReForm
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding key metadata tags: pipeline_tag: text-generation and library_name: transformers.
- The
pipeline_tagwill improve discoverability on the Hugging Face Hub, allowing users to find this model when searching fortext-generationmodels. - The
library_nametag ensures that an automated, runnable code snippet demonstratingtransformersusage appears directly on the model page, improving user experience, as the "Quick Start" section already usestransformersclasses.
The model card already contains a link to the paper, the GitHub repository, and a working code snippet, which are all excellent.
GuoxinChen
changed pull request status to
merged