tilak1114 commited on
Commit
3a16968
·
verified ·
1 Parent(s): 8876c18

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -33
README.md CHANGED
@@ -1,33 +1,10 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: category
5
- dtype: string
6
- - name: subcategory
7
- dtype: string
8
- - name: image_url
9
- dtype: string
10
- - name: image
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