Improve model card: Add metadata, news, abstract, to-do list, and GitHub link
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for AesCoder-4B by:
- Adding the
pipeline_tag: text-generationfor accurate categorization and improved discoverability on the Hugging Face Hub. - Specifying
library_name: transformersto enable the automated "how to use" widget, as the model is explicitly compatible with thetransformerslibrary. - Including the
license: apache-2.0for clear licensing information, based on common practice for similar models. - Adding the Hugging Face model badge from the project's GitHub README to the introductory section.
- Incorporating an explicit link to the GitHub repository for easy access to the codebase.
- Integrating the `
SamuelBang
changed pull request status to
merged