hlky commited on
Commit
aba5e89
1 Parent(s): 0a346ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
1
- ---
2
- license: odc-by
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: odc-by
5
+ task_categories:
6
+ - text-to-image
7
+ pretty_name: Diffusion Prompts
8
+ tags:
9
+ - stable diffusion
10
+ - prompts
11
+ ---
12
+ # Dataset Card for Diffusion Prompts
13
+
14
+ Popularity of unique prompts.
15
+
16
+ ## Dataset Details
17
+
18
+ ### Dataset Description
19
+
20
+ Approximately 314 million unique prompts ordered by the number of generations using the prompt, plus the number of unique users using the prompt, extracted from [bigdata-pw/Diffusion1B](https://huggingface.co/datasets/bigdata-pw/Diffusion1B) dataset.
21
+
22
+ There are 19965198 total unique users in [bigdata-pw/Diffusion1B](https://huggingface.co/datasets/bigdata-pw/Diffusion1B) dataset.
23
+
24
+ - **Curated by:** hlky
25
+ - **License:** Open Data Commons Attribution License (ODC-By) v1.0
26
+
27
+ ## Uses
28
+
29
+ - Analysis of how users prompt AI models
30
+
31
+ ## Dataset Structure
32
+
33
+ - **prompt:** Prompt used to generate the image
34
+ - **count:** The number of generations using the prompt
35
+ - **user_count:** The number of users using the prompt
36
+
37
+ # Citation Information
38
+ ```
39
+ @misc{diffusion_prompts_dataset,
40
+ author = {hlky},
41
+ title = {Diffusion Prompts},
42
+ year = {2024},
43
+ publisher = {hlky},
44
+ journal = {Hugging Face repository},
45
+ howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/Diffusion-Prompts](https://huggingface.co/datasets/bigdata-pw/Diffusion-Prompts)}}
46
+ }
47
+ ```
48
+
49
+ ## Attribution Information
50
+ ```
51
+ Contains information from [Diffusion-Prompts](https://huggingface.co/datasets/bigdata-pw/Diffusion-Prompts) which is made available
52
+ under the [ODC Attribution License](https://opendatacommons.org/licenses/by/1-0/).
53
+ ```