dataset-openmoji / README.md
Kray-C's picture
Update README.md
4683f40 verified
|
raw
history blame contribute delete
No virus
830 Bytes
metadata
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