Improve model card: Add pipeline tag, library name, paper link, code link, and usage example
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-generationfor better discoverability of models that accelerate text generation. - Specifying
library_name: transformersas the model'sconfig.jsonindicates compatibility with the π€ Transformers library, enabling a quick usage widget. - Linking to the official Hugging Face paper page GRIFFIN: Effective Token Alignment for Faster Speculative Decoding.
- Providing a direct link to the GitHub repository for easy access to the code.
- Including an overview with benchmark images and an acceleration GIF from the GitHub README to visually explain the model's performance.
- Adding a sample usage code snippet from the GitHub README for easy inference.
Please review and merge this PR if everything looks good.
husj576 changed pull request status to merged