emoji_with_text / README.md
ChengAoShen's picture
Update README.md
bb7e734
---
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/}}
}
```