Improve model card: Add metadata, paper and code links, and citation
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding a YAML metadata block with
license: mit,library_name: transformers, andpipeline_tag: text-generation. - Integrating the paper link (Let's Predict Sentence by Sentence) into the model description.
- Adding a direct link to the official GitHub repository (https://github.com/hbin0701/pred-sent).
- Including the BibTeX citation for the paper.
- Enhancing the model description with context from the paper's abstract.
These updates improve the model's discoverability and provide comprehensive information for users.