Improve model card: Add pipeline tag and detailed content for Neon
#6
by
nielsr HF Staff - opened
This PR improves the model card for Neon by:
- Adding the
pipeline_tag: unconditional-image-generation, making the model discoverable on the Hub for its primary task. - Linking to the official paper: Neon: Negative Extrapolation From Self-Training Improves Image Generation.
- Including a link to the GitHub repository: https://github.com/SinaAlemohammad/Neon.
- Adding a detailed description of the model, its method (including the algorithm image), benchmark performance, and sample usage (from the GitHub's Quickstart section).
- Retaining the existing
license: mitas there is no conflicting information. - Ensuring
library_nameis not added, as the provided GitHub repository demonstrates usage via customtorchrunscripts, not a predefined Hugging Face library.