Improve model card: Add license, library name, pipeline tag, and GitHub link
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding key metadata and a direct link to the code:
- Adds
license: apache-2.0to clarify the model's usage terms. - Adds
library_name: transformersto enable the automated "how to use" code snippet on the Hub, as the model is compatible with thetransformerslibrary. - Adds
pipeline_tag: text-generationfor better discoverability and categorization on the Hub. - Includes a direct link to the GitHub repository: https://github.com/Zacks917/AutoDeco.
These additions will improve discoverability and usability for researchers and users on the Hugging Face Hub.