Add comprehensive model card for CSC-SQL

#1
by nielsr HF Staff - opened

This PR adds a comprehensive model card for the CSC-SQL model, based on the paper CSC-SQL: Corrective Self-Consistency in Text-to-SQL via Reinforcement Learning.

The updates include:

  • Addition of license, library_name, and pipeline_tag to the metadata. This ensures proper discoverability (e.g., at https://huggingface.co/models?pipeline_tag=text-generation).
  • Addition of relevant tags like text-to-sql, qwen2, and reinforcement-learning.
  • Linking to the Hugging Face paper page and the associated GitHub repository.
  • Including the paper's abstract for a quick overview.
  • Incorporating key architectural and results figures from the project.
  • Providing a clear Python code snippet for sample usage with the transformers library, demonstrating text-to-SQL generation.
  • Adding key model and dataset links from the associated Hugging Face collection.
  • Including the BibTeX citation for proper attribution.

Please review and merge if everything looks good.

cycloneboy changed pull request status to merged

Sign up or log in to comment