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-generation for better discoverability of models that accelerate text generation.
  • Specifying library_name: transformers as the model's config.json indicates 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

Sign up or log in to comment