Improve model card: Update paper link, add GitHub link and usage example
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Updating the paper link to the official Hugging Face Papers page: SLM-SQL: An Exploration of Small Language Models for Text-to-SQL.
- Adding a prominent link to the GitHub repository in the "Important Links" section.
- Including a "How to use" section with a Python code snippet that demonstrates how to generate SQL from a natural language question using the
transformers
library, including a database schema for better context.
These enhancements will make the model more accessible and easier for the community to understand and use.