Improve model card: Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for SenseLLM/StructureCoder-7B
by:
- Adding the
pipeline_tag: text-generation
, which makes the model discoverable under the text-generation pipeline on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-generation). - Adding the
library_name: transformers
, enabling an automated code snippet to be displayed for easy usage with thetransformers
library, as evidenced by theconfig.json
(Qwen2ForCausalLM architecture and transformers version).
These changes improve the model's visibility and usability for the community.
Houxing
changed pull request status to
merged