ChengAoShen commited on
Commit
bb7e734
1 Parent(s): b12a817

Update README.md

Browse files

Updata README file

Files changed (1) hide show
  1. README.md +34 -5
README.md CHANGED
@@ -12,11 +12,40 @@ dataset_info:
12
  dtype: string
13
  splits:
14
  - name: train
15
- num_bytes: 244105993.392
16
  num_examples: 47192
17
- download_size: 215291983
18
- dataset_size: 244105993.392
 
 
 
 
 
 
 
 
 
19
  ---
20
- # Dataset Card for "emoji_for_diffusion"
21
 
22
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  dtype: string
13
  splits:
14
  - name: train
15
+ num_bytes: 197767083.176
16
  num_examples: 47192
17
+ download_size: 150864115
18
+ dataset_size: 197767083.176
19
+ license: mit
20
+ task_categories:
21
+ - text-to-image
22
+ language:
23
+ - en
24
+ tags:
25
+ - art
26
+ size_categories:
27
+ - 10K<n<100K
28
  ---
29
+ # "Emoji_for_diffusion" Dataset
30
 
31
+ ## Description
32
+ This data set includes various style emoji and their description from different apps.
33
+ Each image is sized with 64*64, which is easy to train in your personal GPU, and has **RGBA** channels.
34
+ The description text is formatted as follows:
35
+
36
+ ```
37
+ app/company + emoji content + description information
38
+ ```
39
+
40
+ You can use this dataset to train your personal diffusion model. I sincerely hope this dataset can help your research work.
41
+
42
+ ## Citation
43
+ If you use this dataset, please cite it as:
44
+ ```
45
+ @misc{ChengAoShen2023emoji,
46
+ author = {ChengAo Shen and Siyuan Mu},
47
+ title = {emoji_for_diffusion},
48
+ year={2023},
49
+ howpublished= {\url{https://huggingface.co/datasets/ChengAoShen/emoji_for_diffusion/}}
50
+ }
51
+ ```