File size: 1,188 Bytes
b12a817
 
 
 
 
 
 
 
 
 
 
 
 
 
bb7e734
b12a817
bb7e734
 
 
 
 
 
 
 
 
 
 
b12a817
bb7e734
b12a817
bb7e734
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 197767083.176
    num_examples: 47192
  download_size: 150864115
  dataset_size: 197767083.176
license: mit
task_categories:
- text-to-image
language:
- en
tags:
- art
size_categories:
- 10K<n<100K
---
# "Emoji_for_diffusion" Dataset

## Description 
This data set includes various style emoji and their description from different apps.
Each image is sized with 64*64, which is easy to train in your personal GPU, and has **RGBA** channels.
The description text is formatted as follows:

```
app/company + emoji content + description information
```

You can use this dataset to train your personal diffusion model. I sincerely hope this dataset can help your research work.

## Citation
If you use this dataset, please cite it as:
```
@misc{ChengAoShen2023emoji,
      author = {ChengAo Shen and Siyuan Mu},
      title = {emoji_for_diffusion},
      year={2023},
      howpublished= {\url{https://huggingface.co/datasets/ChengAoShen/emoji_for_diffusion/}}
} 
```