Add model card for SLM-SQL
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the SLM-SQL
model.
It includes:
- A link to the paper: SLM-SQL: An Exploration of Small Language Models for Text-to-SQL
- The appropriate
pipeline_tag: text-generation
, making the model discoverable on the Hugging Face Hub for Text-to-SQL tasks. - The
library_name: transformers
, indicating likely compatibility with the Hugging Face Transformers library.
The model card's content summarizes the model's purpose, methodology, and key findings based on the paper's abstract. It also notes that the authors plan to release the dataset, model, and code on GitHub, and includes a generic, commented-out usage example for transformers
pending the official release of the code.