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 |
+
# ColorClassify
|
9 |
+
|
10 |
+
tags: coloring, classification, illustration
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:**
|
15 |
+
|
16 |
+
The 'ColorClassify' dataset comprises of various types of black and white illustrations with distinctive color schemes used for classifying the imagery as either Valentine's-themed or not. The dataset is divided into two classes: 'Valentine' and 'Non-Valentine'. The 'Valentine' class includes illustrations that feature common Valentine's Day themes, such as Cupid, roses, and hearts. The 'Non-Valentine' class consists of line art illustrations that do not explicitly relate to Valentine's Day. Each row in the dataset represents an illustration with an associated label.
|
17 |
+
|
18 |
+
**CSV Content Preview:**
|
19 |
+
|
20 |
+
```csv
|
21 |
+
id,illustration_description,label
|
22 |
+
1,"Outkine artist's detailed line art featuring a gnome in a Valentine's themed forest, surrounded by heart-shaped leaves.",Valentine
|
23 |
+
2,"A minimalist gnome silhouette against a backdrop of black and white foliage, without any discernible Valentine's Day motifs.",Non-Valentine
|
24 |
+
3,"Line art of a gnome with a bouquet of flowers and a small heart, with a soft red glow in the background.",Valentine
|
25 |
+
4,"An intricate black and white illustration of a forest scene with a solitary gnome, devoid of any Valentine's Day elements.",Non-Valentine
|
26 |
+
5,"Outkine's depiction of a gnome's hand holding a love letter with a romantic bow and red ribbon.",Valentine
|
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 'Coloring page! Line art. Outkine. Black and white illustration. Valentine's Cupid fonts gnome':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=Coloring+page!+Line+art.+Outkine.+Black+and+white+illustration.+Valentine's+Cupid+fonts+gnome&dataset=ColorClassify&tags=coloring,+classification,+illustration
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|