FrsECM commited on
Commit
bc240b2
1 Parent(s): 000c0ba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,8 +1,27 @@
1
  ---
 
 
2
  task_categories:
3
  - image-segmentation
4
  - image-to-image
5
  pretty_name: CelebAHQ Mask Dataset
6
- size_categories:
7
- - 10K<n<100K
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ size_categories:
3
+ - 10K<n<100K
4
  task_categories:
5
  - image-segmentation
6
  - image-to-image
7
  pretty_name: CelebAHQ Mask Dataset
8
+ dataset_info:
9
+ features:
10
+ - name: image_id
11
+ dtype: string
12
+ - name: image
13
+ dtype: image
14
+ - name: annotation
15
+ dtype: image
16
+ splits:
17
+ - name: train
18
+ num_bytes: 3003968731.0
19
+ num_examples: 30000
20
+ download_size: 2990778412
21
+ dataset_size: 3003968731.0
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: data/train-*
27
+ ---