hlky HF staff commited on
Commit
8f837ab
·
verified ·
1 Parent(s): 3545fbc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: odc-by
5
+ task_categories:
6
+ - text-to-image
7
+ - image-to-text
8
+ pretty_name: playground_liked
9
+ ---
10
+ # Dataset Card for Playground
11
+
12
+ Image generations curated by user likes.
13
+
14
+ ## Dataset Details
15
+
16
+ ### Dataset Description
17
+
18
+ A subset of [bigdata-pw/playground](https://huggingface.co/datasets/bigdata-pw/playground) filtered to approximately 14 million images where `likeCount >= 1`. Entries include generation details such as prompts and model used, anonymized user information, creation date, and URL to the image.
19
+
20
+ - **Curated by:** hlky
21
+ - **License:** Open Data Commons Attribution License (ODC-By) v1.0
22
+
23
+ ## Dataset Structure
24
+
25
+ - **id:** Unique identifier for the image
26
+ - **userId:** Identifer for the user
27
+ - **batchId:** Batch ID
28
+ - **createdAt:** Timestamp in format `%Y-%m-%dT%H:%M:%S.fffZ`
29
+ - **source:** Base model used e.g. `Playground_v2.5`
30
+ - **prompt:** Prompt used to generate the image
31
+ - **negative_prompt:** Negative prompt
32
+ - **sampler:** Sampler used
33
+ - **seed:** Seed value
34
+ - **steps:** Number of steps
35
+ - **cfg_scale:** Classifier-Free Guidance Scale
36
+ - **start_schedule:** Start schedule (img2img)
37
+ - **filter:** Finetune used e.g. `DreamShaper`
38
+ - **width:** Width of the image
39
+ - **height:** Height of the image
40
+ - **url:** URL to the image, may also be JPEG
41
+ - **url_jpeg:** URL to the JPEG version of the image
42
+ - **remixedFromId:** ID of the remixed image
43
+ - **remixedFromUrl:** URL of the remixed image
44
+ - **parent_image_url:** URL to the parent image
45
+ - **likeCount:** Number of likes
46
+ - **fromCanvas:** Whether the image is from Canvas
47
+ - **edit_image_status:** Edit status of the image, `DISCARDED`, `SAVED` or `None`
48
+ - **title:** Title of the image
49
+ - **sequence:** Sequence number (unknown)
50
+
51
+ # Citation Information
52
+ ```
53
+ @misc{playground_ai_liked_dataset,
54
+ author = {hlky},
55
+ title = {Playground Liked},
56
+ year = {2024},
57
+ publisher = {hlky},
58
+ journal = {Hugging Face repository},
59
+ howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/playground-liked](https://huggingface.co/datasets/bigdata-pw/playground-liked)}}
60
+ }
61
+ ```