Improve DANI dataset card: Add task category, library, tags, paper, and code links
#1
by
nielsr
HF Staff
- opened
This PR enhances the DANI dataset card by:
- Adding
task_categories: image-classification
to the metadata, aligning with the dataset's core purpose of distinguishing AI-generated from natural images. - Including
library_name: datasets
to indicate the primary library for loading the dataset. - Adding relevant
tags
such asai-generated-content
,image-quality-assessment
,real-vs-fake
, andmultimodal
for better discoverability. - Integrating direct links to the paper (D-Judge: How Far Are We? Evaluating the Discrepancies Between AI-synthesized Images and Natural Images through Multimodal Guidance) and the associated GitHub repository (https://github.com/RenyangLiu/DJudge) at the top of the card for quick access.
Renyang
changed pull request status to
merged
Thanks a lot!