sunovivid commited on
Commit
db351eb
·
verified ·
1 Parent(s): 5e8e0b2

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: string
11
+ - name: seed
12
+ dtype: int32
13
+ - name: class_label
14
+ dtype: int32
15
+ - name: latents
16
+ dtype:
17
+ array4_d:
18
+ shape:
19
+ - 2
20
+ - 4
21
+ - 32
22
+ - 32
23
+ dtype: float32
24
+ - name: decoded_samples
25
+ dtype:
26
+ array3_d:
27
+ shape:
28
+ - 3
29
+ - 256
30
+ - 256
31
+ dtype: float32
32
+ - name: guidance_scale
33
+ dtype: float32
34
+ - name: num_sampling_steps
35
+ dtype: int32
36
+ - name: sampler_type
37
+ dtype: string
38
+ - name: sample_idx
39
+ dtype: int32
40
+ - name: batch_idx
41
+ dtype: int32
42
+ - name: position_in_batch
43
+ dtype: int32
44
+ splits:
45
+ - name: train
46
+ num_bytes: 82341700000
47
+ num_examples: 100000
48
+ download_size: 83266980469
49
+ dataset_size: 82341700000
50
+ ---