nielsr HF Staff commited on
Commit
35a554c
·
verified ·
1 Parent(s): 40a7688

Improve DANI dataset card: Add task category, library, tags, paper, and code links

Browse files

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 as `ai-generated-content`, `image-quality-assessment`, `real-vs-fake`, and `multimodal` 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](https://huggingface.co/papers/2412.17632)) and the associated GitHub repository ([https://github.com/RenyangLiu/DJudge](https://github.com/RenyangLiu/DJudge)) at the top of the card for quick access.

Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,9 +1,20 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # DANI: Discrepancy Accessing for Natural and AI Images
6
 
 
 
 
7
  **A Large-Scale Dataset for Visual Research on AI-Synthesized and Natural Images**
8
 
9
  ## Overview
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ task_categories:
4
+ - image-classification
5
+ library_name: datasets
6
+ tags:
7
+ - ai-generated-content
8
+ - image-quality-assessment
9
+ - real-vs-fake
10
+ - multimodal
11
  ---
12
 
13
  # DANI: Discrepancy Accessing for Natural and AI Images
14
 
15
+ [Paper: D-Judge: How Far Are We? Evaluating the Discrepancies Between AI-synthesized Images and Natural Images through Multimodal Guidance](https://huggingface.co/papers/2412.17632)
16
+ [Code: https://github.com/RenyangLiu/DJudge](https://github.com/RenyangLiu/DJudge)
17
+
18
  **A Large-Scale Dataset for Visual Research on AI-Synthesized and Natural Images**
19
 
20
  ## Overview