Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,33 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
dtype: image
|
| 12 |
-
splits:
|
| 13 |
-
- name: train
|
| 14 |
-
num_bytes: 7038513113.417539
|
| 15 |
-
num_examples: 18127
|
| 16 |
-
- name: validation
|
| 17 |
-
num_bytes: 879862675.2912309
|
| 18 |
-
num_examples: 2266
|
| 19 |
-
- name: test
|
| 20 |
-
num_bytes: 879862675.2912309
|
| 21 |
-
num_examples: 2266
|
| 22 |
-
download_size: 8792032911
|
| 23 |
-
dataset_size: 8798238464.0
|
| 24 |
-
configs:
|
| 25 |
-
- config_name: default
|
| 26 |
-
data_files:
|
| 27 |
-
- split: train
|
| 28 |
-
path: data/train-*
|
| 29 |
-
- split: validation
|
| 30 |
-
path: data/validation-*
|
| 31 |
-
- split: test
|
| 32 |
-
path: data/test-*
|
| 33 |
-
---
|
|
|
|
| 1 |
+
|
| 2 |
+
# Necklines Attribute Dataset
|
| 3 |
+
|
| 4 |
+
This dataset contains images of different neckline styles categorized by type.
|
| 5 |
+
|
| 6 |
+
## Structure
|
| 7 |
+
- category: Main category of the neckline
|
| 8 |
+
- subcategory: Specific type of neckline
|
| 9 |
+
- image_url: Source URL of the image
|
| 10 |
+
- image: The actual image data (PNG or JPEG), resized if dimensions exceed 1000px
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|