nielsr HF staff commited on
Commit
1aab721
·
verified ·
1 Parent(s): 855b629

Add dataset card, link to paper, task category

Browse files

This PR ensures the dataset can be found at https://huggingface.co/papers/2503.19653 and is tagged as an image classification dataset.
It also adds a link to the Github repository.

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -24,4 +24,11 @@ configs:
24
  data_files:
25
  - split: sd15
26
  path: data/sd15-*
 
 
 
27
  ---
 
 
 
 
 
24
  data_files:
25
  - split: sd15
26
  path: data/sd15-*
27
+ task_categories:
28
+ - image-classification
29
+ license: cc-by-sa-4.0
30
  ---
31
+
32
+ This repository contains the OpenSDI training dataset, presented in the paper [OpenSDI: Spotting Diffusion-Generated Images in the Open World](https://huggingface.co/papers/2503.19653).
33
+
34
+ Code: https://github.com/iamwangyabin/OpenSDI