Enhance model card for Neon with key metadata, paper, code, and usage
#3
by
nielsr HF Staff - opened
This PR enhances the model card for the Neon project by adding comprehensive information:
- A detailed description of the method, including its introduction and methodology.
- Links to the official paper: Neon: Negative Extrapolation From Self-Training Improves Image Generation.
- A link to the official GitHub repository: https://github.com/SinaAlemohammad/Neon.
- Benchmark performance tables showcasing the effectiveness of the Neon method.
- Concrete sample usage commands extracted directly from the GitHub README's "Quickstart" section.
- The
pipeline_tag: unconditional-image-generationto ensure the model is discoverable under relevant tasks on the Hugging Face Hub.
Please review and merge this PR if everything looks good.