Improve model card: Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding
pipeline_tag: text-generation
to accurately reflect the model's capabilities as a Tool-Integrated Reasoning LLM. This will enhance its discoverability on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=text-generation). - Adding
library_name: transformers
to the metadata. This enables the automated "Use in Transformers" widget, providing a convenient and validated code snippet for users to load and use the model.
Heng1999
changed pull request status to
merged