Update model card for GRIFFIN with metadata, abstract, and sample usage
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for the GRIFFIN draft model by:
- Updating the metadata with
pipeline_tag: text-generationandlibrary_name: transformersfor better discoverability and automated usage. - Adding a link to the paper GRIFFIN: Effective Token Alignment for Faster Speculative Decoding.
- Including the paper's abstract to provide a detailed overview.
- Linking to the official GitHub repository (https://github.com/hsj576/GRIFFIN).
- Incorporating an "Overview" section and an acceleration demo GIF from the GitHub README.
- Adding a table of available GRIFFIN draft models on Hugging Face.
- Providing a "Sample Usage" section with a code snippet directly extracted from the GitHub README to facilitate easy inference.
- Including the BibTeX citation for the paper.
Please review these additions.
husj576 changed pull request status to merged