Add pipeline tag and prominent paper/code links
#1
by nielsr HF Staff - opened
This PR significantly improves the model card for the apple/sage-dialogue-gen model by:
- Adding the
pipeline_tag: text-generationto the metadata, which ensures proper categorization and discoverability on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Adding prominent links to the official Hugging Face Papers page (https://huggingface.co/papers/2503.03040) and the GitHub repository (https://github.com/apple/ml-sage-dialog-gen) at the top of the README for easier access to the paper and code.
- Updating the BibTeX entry to include the Hugging Face Papers URL.
These changes enhance the clarity and utility of the model card for researchers and users.