Improve model card with GitHub link and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding a direct link to the GitHub repository in the "Important Links" section for easier access to the code.
- Clarifying "HuggingFace" and "ModelScope" links as "Collections" in the "Important Links" section.
- Refactoring the "Introduction" section by removing the blockquote formatting and eliminating the redundant sentence about the GitHub release, now that a dedicated link is available.
- Including a practical Python code snippet in a new "Sample Usage" section, demonstrating how to perform Text-to-SQL generation using the
transformerslibrary,torch_dtype=torch.bfloat16, and the model's specific chat template.