Improve model card: Add pipeline tag, library name, quickstart, and expanded details

#1
by nielsr HF Staff - opened

This PR significantly improves the model card for spiral-rl/Spiral-Qwen3-4B by:

  • Adding Metadata: Including pipeline_tag: text-generation for better discoverability on the Hub (https://huggingface.co/models?pipeline_tag=text-generation) and library_name: transformers to enable the "how to use" widget.
  • Enriching Introduction: Expanding the model's introduction with details from the paper abstract and GitHub README, including key concept images.
  • Adding Architecture Details: Incorporating a dedicated section explaining the SPIRAL architecture, along with its illustrative image.
  • Providing Quickstart Example: Adding a Python code snippet for immediate inference using the transformers library, making the model easier to use directly from the Hub.
  • Including Acknowledgements: Adding the acknowledgements from the GitHub repository for transparency and credit.

These changes enhance the model's discoverability, usability, and overall informativeness on the Hugging Face Hub.

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

Sign up or log in to comment