Improve model card: Add pipeline tag, library, correct license, paper abstract, and usage example

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for DataMind-Qwen2.5-7B by:

  • Updating metadata:
    • Changing the license from mit to apache-2.0 as indicated in the official GitHub repository.
    • Adding pipeline_tag: text-generation to ensure proper categorization and discoverability for this data analysis and code generation model.
    • Adding library_name: transformers to enable the "Use in Transformers" widget, providing easy access to inference code.
    • Adding relevant tags such as data-analysis, code-generation, and qwen.
  • Enriching content:
    • Adding the paper title and its Hugging Face link for quick reference.
    • Including the paper abstract to provide a comprehensive overview of the model's research context and findings.
    • Adding a direct link to the GitHub repository.
    • Adding a "Usage" section with a practical Python code example for text generation (specifically for data analysis queries) using the transformers library.

These improvements make the model card more informative, discoverable, and user-friendly on the Hugging Face Hub.

Yukirsh changed pull request status to merged

Sign up or log in to comment