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.0 to clarify the model's usage terms.
  • Adds library_name: transformers to enable the automated "how to use" code snippet on the Hub, as the model is compatible with the transformers library.
  • Adds pipeline_tag: text-generation for 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment