Improve model card: Add `library_name` and usage example
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for the BlockFFN-3B-SFT-EAGLE model by:
- Adding
library_name: transformersto the metadata, which ensures the model's compatibility with the Hugging Face Transformers library is properly recognized and enables the "Use in Transformers" widget. - Including a concise introductory summary of the BlockFFN architecture and its key contributions, based on the paper abstract.
- Providing a clear Python code snippet for sample usage with the
transformerslibrary, making it easier for users to get started with the model.