feat: add pipeline tag, library name, and sample usage
#1
by nielsr HF Staff - opened
This PR enhances the model card for spiral-rl/Spiral-DeepSeek-R1-Distill-Qwen-7B by:
- Adding the
pipeline_tag: text-generationto improve model discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Specifying
library_name: transformersto correctly associate the model with its compatible library, which enables the "how to use" widget on the model page. - Including a basic Python usage example for text generation using the
transformerspipeline, making it easier for users to get started with inference.
Benjamin-eecs changed pull request title from Add pipeline tag, library name, and sample usage to feat: add pipeline tag, library name, and sample usage
Benjamin-eecs changed pull request status to merged