Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Tags:
image
License:
jespark commited on
Commit
f5f3dbb
·
verified ·
1 Parent(s): 1572155

Update README.md

Browse files

Added information regarding additional metadata.

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -74,6 +74,8 @@ Our dataset is formatted in a Parquet data frame of the following structure:
74
  `split`: Train/test split. \
75
  `label`: Fake/Real label. (1: Fake, 0: Real)
76
 
 
 
77
  ## Data splits
78
  `Systematic` (1,919,493 images): Systematically downloaded subset of the data (data downloaded from Hugging Face via automatic pipeline) \
79
  `Manual` (774,023 images): Manually downloaded subset of the data \
@@ -167,6 +169,7 @@ We thank the creators of the many open source models that we used to collect the
167
  We release the dataset with a `cc-by-4.0` license for research purposes only. In addition, we note that each image in this dataset has been generated by the models with their respective licenses. We therefore provide metadata of all models present in our dataset with their license information. A vast majority of the generators use the [CreativeML OpenRAIL-M license](https://github.com/CompVis/stable-diffusion/blob/main/LICENSE). Please refer to the [metadata](https://huggingface.co/datasets/OwensLab/CommunityForensics/tree/main/data/metadata) for detailed licensing information for your specific application.
168
 
169
  ## Citation Information
 
170
  ```
171
  @misc{park2024communityforensics,
172
  title={Community Forensics: Using Thousands of Generators to Train Fake Image Detectors},
 
74
  `split`: Train/test split. \
75
  `label`: Fake/Real label. (1: Fake, 0: Real)
76
 
77
+ - Additional metadata such as model architecture, hyperparameters, and Hugging Face pipeline used can be found under [data/metadata](https://huggingface.co/datasets/OwensLab/CommunityForensics/tree/main/data/metadata).
78
+
79
  ## Data splits
80
  `Systematic` (1,919,493 images): Systematically downloaded subset of the data (data downloaded from Hugging Face via automatic pipeline) \
81
  `Manual` (774,023 images): Manually downloaded subset of the data \
 
169
  We release the dataset with a `cc-by-4.0` license for research purposes only. In addition, we note that each image in this dataset has been generated by the models with their respective licenses. We therefore provide metadata of all models present in our dataset with their license information. A vast majority of the generators use the [CreativeML OpenRAIL-M license](https://github.com/CompVis/stable-diffusion/blob/main/LICENSE). Please refer to the [metadata](https://huggingface.co/datasets/OwensLab/CommunityForensics/tree/main/data/metadata) for detailed licensing information for your specific application.
170
 
171
  ## Citation Information
172
+ Please cite our work as below if you used our dataset for your project.
173
  ```
174
  @misc{park2024communityforensics,
175
  title={Community Forensics: Using Thousands of Generators to Train Fake Image Detectors},