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