Improve model card: Add metadata, links, description, and citation
#1
by
nielsr HF Staff - opened
This PR significantly enhances the model card for TabCanNotTab/SALV-Qwen2.5-Coder-7B-Instruct by:
- Adding essential metadata:
pipeline_tag: text-generation,library_name: transformers(as evidenced by the provided usage snippet andconfig.json), andlicense: apache-2.0. - Including descriptive tags like
code-generationandverilogfor better searchability. - Providing a clear introductory description based on the paper's abstract and GitHub README.
- Adding explicit links to the paper (QiMeng-SALV: Signal-Aware Learning for Verilog Code Generation), the project page (https://zy1xxx.github.io/SALV), the GitHub repository (https://github.com/zy1xxx/SALV), and the associated dataset.
- Retaining the existing and validated sample usage code snippet.
- Adding the BibTeX citation for proper attribution.
These changes will make the model more informative, discoverable, and user-friendly for the Hugging Face community.