Datasets:
Add dataset card, link to paper, task category
#2
by
nielsr
HF staff
- opened
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
|