File size: 830 Bytes
19f579c
 
 
 
 
 
 
 
 
 
4683f40
 
 
 
 
 
 
19f579c
afbc030
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19f579c
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
---
license: cc-by-sa-4.0
task_categories:
- text-classification
- image-classification
language:
- en
pretty_name: dataset-openmoji
size_categories:
- 1K<n<10K
configs:
- config_name: default
  data_files:
  - split: train
    path: "data.csv"
  - split: test
    path: "data.csv"
---

## Dataset OpenMoji
Creator: https://www.kaggle.com/krayc81  
This is base on https://openmoji.org/  
License https://creativecommons.org/licenses/by-sa/4.0  

Files:
- README.md this :)
- data.csv containing all data see bellow description
- openmoji folder containing the image files

The data.csv contains:
- idx the character as int
- character text representation
- bytes representation
- hex representation (replace Ox with U+ for unicode)
- description of the emoji
- path_black path to the bw image
- path_color path to the color image