Enhance model card with metadata, abstract, overview, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding
pipeline_tag: text-generationto ensure the model appears in relevant searches and filter categories. - Adding
library_name: transformersto indicate compatibility with the Hugging Face Transformers library, enabling the "Use in Transformers" widget. - Including relevant
tagssuch asagent,tool-use,reinforcement-learning,qwen, andllmfor better categorization. - Expanding the model card content with the paper's abstract, a detailed overview including key highlights and visuals from the project's GitHub, and comprehensive usage instructions for text generation with the
transformerslibrary. - Consolidating existing links and adding new ones (Hugging Face collection, Hugging Face Space demo) for a richer set of resources.
- Incorporating additional valuable sections from the GitHub README, such as Citation, Acknowledgements, and Contact information.
dongguanting
changed pull request status to
merged