Improve model card: Add description, links, pipeline tag, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding the
pipeline_tag: image-classificationto enable better discovery on the Hugging Face Hub. - Including a concise description of the model and its contributions.
- Providing a direct link to the research paper: Scaling Up AI-Generated Image Detection via Generator-Aware Prototypes.
- Linking to the official GitHub repository: https://github.com/UltraCapture/GAPL.
- Adding a visual
Motivation Frameworkimage from the GitHub repository. - Including a "Quick Inference" section with a code snippet and output example, directly sourced from the GitHub README, to demonstrate model usage.
- Adding the BibTeX citation and acknowledgements.
Please review these additions.
AbyssLumine
changed pull request status to
merged