Improve model card: Add metadata, project page link, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding
pipeline_tag: text-generationto the metadata, which helps with model discoverability on the Hugging Face Hub and enables the "Text Generation" inference widget. - Adding
library_name: transformersto the metadata, ensuring compatibility with the Hugging Face Transformers ecosystem and enabling the "Use in Transformers" widget. - Including a direct link to the project page (
https://jusjinuk.me/blog/guidedquant/) for more context. - Integrating a clear Python usage example for quick and easy model inference, allowing users to get started immediately.
These changes make the model card more informative, user-friendly, and aligned with Hugging Face Hub best practices.