Unconditional Image Generation

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: mit as there is no conflicting information.
  • Ensuring library_name is not added, as the provided GitHub repository demonstrates usage via custom torchrun scripts, not a predefined Hugging Face library.
Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment