Improve model card: Add prominent GitHub link and sample usage
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for SLM-SQL by:
- Adding a prominent link to the GitHub repository (
https://github.com/CycloneBoy/slm_sql
) in the "Important Links" section, making it easier for users to find the code. - Incorporating a clear sample usage example to demonstrate how to load and run the model using the
transformers
library, which significantly enhances user accessibility.