Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# SnowflakeEmojiClassifier
|
9 |
+
|
10 |
+
tags: EmojiClassification, Snowflake, Recognition
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'SnowflakeEmojiClassifier' dataset contains a collection of textual descriptions paired with emojis, focusing specifically on snowflake-related emojis. The dataset is intended for machine learning practitioners to train models in emoji classification, particularly identifying emojis that represent snowflakes or wintery scenes. Each row in the dataset has a label that describes the theme of the emoji, aiding in the classification process.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```
|
21 |
+
id,text,emoji,label
|
22 |
+
1,Enjoying a cozy winter day with a snowman,🧐,WinterScene
|
23 |
+
2,Looking forward to the snowfall in the mountains,❄️,SnowFall
|
24 |
+
3,Children building a snowman in the park,🧢,SnowMan
|
25 |
+
4,Winter wonderland on a snowy evening,🌨️,SnowyNight
|
26 |
+
5,The first snowflake of the season,🌨,FirstSnowFlake
|
27 |
+
```
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'snowflake emojis':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=snowflake+emojis&dataset=SnowflakeEmojiClassifier&tags=EmojiClassification,+Snowflake,+Recognition
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|