acozma commited on
Commit
a5b8d90
1 Parent(s): 13ae323

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: conditioning_image
12
+ dtype: image
13
+ - name: text
14
+ dtype: string
15
+ - name: params
16
+ struct:
17
+ - name: downsample
18
+ dtype: int64
19
+ - name: grid_size
20
+ dtype: int64
21
+ - name: high_threshold
22
+ dtype: int64
23
+ - name: low_threshold
24
+ dtype: int64
25
+ - name: sigma
26
+ dtype: float64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 205989049941.0
30
+ num_examples: 500000
31
+ download_size: 84179071741
32
+ dataset_size: 205989049941.0
33
+ ---
34
+ # Dataset Card for "imagenet-1k-rand_canny_colorgrid"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)