anishthalamati commited on
Commit
74b7a90
1 Parent(s): 474311c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_path
5
+ dtype: image
6
+ - name: attributes
7
+ struct:
8
+ - name: type
9
+ dtype: string
10
+ - name: hair_color
11
+ dtype: string
12
+ - name: hair_style
13
+ dtype: string
14
+ - name: skin_color
15
+ dtype: string
16
+ - name: outfit_type
17
+ dtype: string
18
+ - name: outfit_color
19
+ dtype: string
20
+ - name: pose
21
+ dtype: string
22
+ - name: expression
23
+ dtype: string
24
+ - name: gender
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 12060592.06122449
29
+ num_examples: 78
30
+ - name: test
31
+ num_bytes: 2823372.93877551
32
+ num_examples: 20
33
+ download_size: 14881543
34
+ dataset_size: 14883965.0
35
+ ---
36
+ # Dataset Card for "sprite-label"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)