hlky commited on
Commit
953b475
1 Parent(s): 163e058

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: odc-by
5
+ task_categories:
6
+ - text-to-image
7
+ pretty_name: playground_negative_prompt
8
+ ---
9
+ # Dataset Card for Playground Negative Prompt
10
+
11
+ Popularity of unique negative prompts.
12
+
13
+ ## Dataset Details
14
+
15
+ ### Dataset Description
16
+
17
+ Approximately 3 million unique negative prompts from [Playground AI](https://playground.com/) ordered by the number of generations using the negative prompt, plus the number of unique users using the negative prompt, extracted from [bigdata-pw/playground](https://huggingface.co/datasets/bigdata-pw/playground) dataset.
18
+
19
+ - **Curated by:** hlky
20
+ - **License:** Open Data Commons Attribution License (ODC-By) v1.0
21
+
22
+ ## Uses
23
+
24
+ - Analysis of how users negative prompt AI models
25
+
26
+ ## Dataset Structure
27
+
28
+ - **negative_prompt:** Negative prompt used to generate the image
29
+ - **count:** The number of generations using the negative prompt
30
+ - **user_count:** The number of users using the negative prompt
31
+
32
+ # Citation Information
33
+ ```
34
+ @misc{playground_ai_negative_prompt_dataset,
35
+ author = {hlky},
36
+ title = {Playground Negative Prompt},
37
+ year = {2024},
38
+ publisher = {hlky},
39
+ journal = {Hugging Face repository},
40
+ howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/playground-negative-prompt](https://huggingface.co/datasets/bigdata-pw/playground-negative-prompt)}}
41
+ }
42
+ ```