Improve model card: Add GitHub link and Python usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding a direct link to the GitHub repository (
https://github.com/CycloneBoy/slm_sql
) in the "Important Links" section for easier code access. - Introducing a "Usage" section with a runnable Python code snippet, demonstrating how to load the model and perform text-to-SQL generation using the
transformers
library and the model's specific chat template. This will significantly improve the model's usability for researchers and developers.