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 Face transformers library, confirmed by the Qwen2ForCausalLM architecture in config.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.

These updates will enhance the model's discoverability and provide clearer, more comprehensive information for users.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment