Add pipeline tag and library name to model card for ReForm

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding key metadata tags: pipeline_tag: text-generation and library_name: transformers.

  • The pipeline_tag will improve discoverability on the Hugging Face Hub, allowing users to find this model when searching for text-generation models.
  • The library_name tag ensures that an automated, runnable code snippet demonstrating transformers usage appears directly on the model page, improving user experience, as the "Quick Start" section already uses transformers classes.

The model card already contains a link to the paper, the GitHub repository, and a working code snippet, which are all excellent.

GuoxinChen changed pull request status to merged

Sign up or log in to comment