hlky HF staff commited on
Commit
0270ce5
·
verified ·
1 Parent(s): 68e19f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -3
README.md CHANGED
@@ -1,3 +1,55 @@
1
- ---
2
- license: odc-by
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odc-by
3
+ task_categories:
4
+ - text-to-image
5
+ - image-to-text
6
+ pretty_name: Diffusion1B
7
+ tags:
8
+ - stable diffusion
9
+ - diffusion
10
+ - prompts
11
+ size_categories:
12
+ - 1B<n<10B
13
+ ---
14
+ # Dataset Card for Diffusion1B
15
+
16
+ ~1.2B image generations.
17
+
18
+ ## Dataset Details
19
+
20
+ ### Dataset Description
21
+
22
+ Approximately 1.2 billion images generated by diffusion models. Entries include generation details such as prompts and model used, anonymized user information, creation date, and URL to the image. This dataset is a combination of [bigdata-pw/leonardo](https://huggingface.co/datasets/bigdata-pw/leonardo) and [bigdata-pw/playground](https://huggingface.co/datasets/bigdata-pw/playground).
23
+
24
+ - **Curated by:** hlky
25
+ - **License:** Open Data Commons Attribution License (ODC-By) v1.0
26
+
27
+ ## Dataset Structure
28
+
29
+ - **id:** Unique identifier for the image
30
+ - **user_id:** Identifer for the user
31
+ - **created_at:** Timestamp in format `%Y-%m-%dT%H:%M:%S.fffZ`
32
+ - **base_model:** Base model used
33
+ - **custom_model:** Finetune used
34
+ - **prompt:** Prompt used to generate the image
35
+ - **negative_prompt:** Negative prompt
36
+ - **sampler:** Sampler used
37
+ - **seed:** Seed value
38
+ - **steps:** Number of steps
39
+ - **cfg_scale:** Classifier-Free Guidance Scale
40
+ - **width:** Width of the image
41
+ - **height:** Height of the image
42
+ - **url:** URL to the image
43
+ - **like_count:** Number of likes
44
+
45
+ # Citation Information
46
+ ```
47
+ @misc{diffusion1B,
48
+ author = {hlky},
49
+ title = {Diffusion1B},
50
+ year = {2024},
51
+ publisher = {hlky},
52
+ journal = {Hugging Face repository},
53
+ howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/Diffusion1B](https://huggingface.co/datasets/bigdata-pw/Diffusion1B)}}
54
+ }
55
+ ```