Rs9000 commited on
Commit
4e1dfd8
1 Parent(s): a741665

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ splits:
8
+ - name: train
9
+ num_bytes: 445446704787.43
10
+ num_examples: 992655
11
+ download_size: 231662266092
12
+ dataset_size: 445446704787.43
13
+ task_categories:
14
+ - image-classification
15
+ ---
16
+
17
+ # ELSA - Multimedia use case
18
+
19
+ ![elsa_slow.gif](https://cdn-uploads.huggingface.co/production/uploads/6380ccd084022715e0d49d4e/k_Zs325tahEteMx_Df1fW.gif)
20
+
21
+ **ELSA Multimedia is a large collection of Deep Fake images, generated using diffusion models**
22
+
23
+ ### Dataset Summary
24
+
25
+ This dataset was developed as part of the EU project ELSA. Specifically for the Multimedia use-case.
26
+ Official webpage: https://benchmarks.elsa-ai.eu/
27
+ This dataset aims to develop effective solutions for detecting and mitigating the spread of deep fake images in multimedia content. Deep fake images, which are highly realistic and deceptive manipulations, pose significant risks to privacy, security, and trust in digital media. This dataset can be used to train robust and accurate models that can identify and flag instances of deep fake images.
28
+
29
+ ```python
30
+ from datasets import load_dataset
31
+ elsa_data = load_dataset("rs9000/ELSA1M_track1")
32
+ ```
33
+
34
+ ## Dataset Structure
35
+
36
+ Each parquet file contains nearly 1k images and a JSON file with metadata.
37
+
38
+ The Metadata for generated images are:
39
+
40
+ - ID: Laion image ID
41
+ - original_prompt: Laion Prompt
42
+ - positive_prompt: positive prompt used for image generation
43
+ - negative_prompt: negative prompt used for image generation
44
+ - model: model used for the image generation
45
+ - nsfw: nsfw tag from Laion
46
+ - url_real_image: Url of the real image associated to the same prompt
47
+ - filepath: filepath of the fake image
48
+ - aspect_ratio: aspect ratio of the generated image
49
+
50
+
51
+ ### Dataset Curators
52
+
53
+ - Leonardo (rosario.dicarlo.ext@leonardo.com)
54
+ - UNIMORE