Add comprehensive model card for CSC-SQL model
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the CSC-SQL model, linking it to the paper CSC-SQL: Corrective Self-Consistency in Text-to-SQL via Reinforcement Learning.
It includes the following metadata for better discoverability and functionality on the Hugging Face Hub:
pipeline_tag: text-generation
: Essential for Text-to-SQL models.library_name: transformers
: Enables the "Use in Transformers" widget and guides users on how to load the model.license: apache-2.0
: Specifies the license for the model, which was confirmed from the linked GitHub repository.- Additional tags such as
text-to-sql
,sql
,reinforcement-learning
, andqwen2
to further improve searchability.
The content includes the paper's abstract, links to the code, relevant figures showcasing the model's framework and main results, tables for related models and datasets, and a clear Python code snippet for quick usage with the transformers
library.
cycloneboy
changed pull request status to
merged