Update README.md

#2
by FalconNet - opened
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -183,3 +183,28 @@ configs:
183
  - split: train
184
  path: llama-3.1-8b-paraphrase-multilingual-mpnet-base-v2/train-*
185
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  - split: train
184
  path: llama-3.1-8b-paraphrase-multilingual-mpnet-base-v2/train-*
185
  ---
186
+
187
+ # πŸ“Š Dataset Overview
188
+
189
+ The **emoji-map** dataset, created by **omarkamali**, contains *text* data in *parquet* format. It consists of 10K-100K entries, specifically 5.03k rows. The dataset is available in the *train* split.
190
+
191
+ # πŸ“ Data Structure
192
+
193
+ The dataset includes two main columns: **emoji** and **unicode_description**. The **emoji** column contains various emoji characters, while the **unicode_description** column provides a textual description of each emoji.
194
+
195
+ # πŸ” Sample Data
196
+
197
+ Examples from the dataset include:
198
+ - πŸ₯‡: *1st place medal*
199
+ - πŸ₯ˆ: *2nd place medal*
200
+ - πŸ₯‰: *3rd place medal*
201
+ - πŸ†Ž: *AB button (blood type)*
202
+ - 🏧: *ATM sign*
203
+
204
+ # πŸ“ˆ Data Distribution
205
+
206
+ The **emoji** column displays a diverse range of emojis, with a length distribution from 1 to 10 characters. The **unicode_description** column varies in length from 2 to 76 characters, providing detailed descriptions.
207
+
208
+ # πŸ“š Usage
209
+
210
+ This dataset is ideal for projects involving emoji analysis, natural language processing, and Unicode character mapping. It can be used to enhance applications requiring emoji descriptions or for educational purposes in understanding emoji usage.