Update README.md
#2
by
FalconNet
- opened
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.
|