Enhance model card with metadata and details
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding
license: mit
,library_name: transformers
, andpipeline_tag: text-generation
to the metadata for better discoverability and integration. - Providing a detailed overview of the model from the paper's abstract and GitHub README, including key highlights and an illustrative image.
- Including a practical Python code example for quick inference using the
transformers
library. - Structuring the model card with relevant sections (Overview, Usage, Citation, Acknowledge, Contact) for improved readability and user experience.
dongguanting
changed pull request status to
merged