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-generation to the metadata, which helps with model discoverability on the Hugging Face Hub and enables the "Text Generation" inference widget.
  • Adding library_name: transformers to 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment