Improve model card: Add `library_name`, `pipeline_tag`, paper and GitHub links
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for PromptCoT-2.0-SFT-7B
by:
- Adding
library_name: transformers
to enable the automated "how to use" widget, as evidenced by the model'sconfig.json
and the provided usage example. - Adding
pipeline_tag: text-generation
to improve discoverability, given the model's causal language modeling capabilities. - Integrating a direct link to the research paper, PromptCoT 2.0: Scaling Prompt Synthesis for Large Language Model Reasoning, into the model description.
- Including a link to the official GitHub repository,
https://github.com/inclusionAI/PromptCoT
, for easy access to the project's code and resources.
Please review and merge if these improvements are satisfactory!