Improve model card for Qwen2.5-7B-RA-SFT: Add metadata and project page link
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for the Qwen2.5-7B-RA-SFT model by adding essential metadata and enhancing navigation:
Metadata:
library_name: transformers: Added to indicate compatibility with the Hugging Facetransformerslibrary, confirmed by theQwen2ForCausalLMarchitecture inconfig.json. This enables the interactive "Use in Transformers" widget.pipeline_tag: text-generation: This tag accurately reflects the model's primary function in agentic reasoning and language generation, improving discoverability on the Hugging Face Hub.license: apache-2.0: Set the license based on the base model,Qwen2.5-7B-Instruct, which is licensed under Apache 2.0.
Content:
- Project Page: A new badge linking to the Hugging Face collection project page (
https://huggingface.co/collections/Gen-Verse/open-agentrl-68eda4c05755ca5a8c663656) has been added for better accessibility. - HTML Correction: Corrected the closing
<h1>tag in the main title to ensure proper HTML formatting.
- Project Page: A new badge linking to the Hugging Face collection project page (
These updates will enhance the model's discoverability and provide clearer, more comprehensive information for users.