Improve Model Card: Add pipeline tag, library, paper & code links
#4
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding the
pipeline_tag: image-to-image
to the metadata, ensuring the model is discoverable under the correct task category for image restoration. - Adding
library_name: pytorch
to the metadata, as the GitHub repository clearly indicates a PyTorch implementation. This will enable automated, predefined code snippets for users to easily interact with the model. - Adding a direct link to the Hugging Face paper page: Pruning Overparameterized Multi-Task Networks for Degraded Web Image Restoration, for easier access to the full paper details on the Hub.
- Adding a direct link to the GitHub repository for quick access to the code.
- Ensuring the
license: mit
is correctly specified.
These updates enhance the model card's completeness, discoverability, and usability for the Hugging Face community.
Tomk187
changed pull request status to
closed