UdayGattu23 commited on
Commit
9143fdc
·
verified ·
1 Parent(s): 76b227e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "diffusion",
3
+ "base_channels": 64,
4
+ "in_channels": 3,
5
+ "out_channels": 3,
6
+ "num_classes": 10,
7
+ "text_embed_dim": 512,
8
+ "use_text_conditioning": true,
9
+ "timesteps": 1000,
10
+ "beta_start": 0.0001,
11
+ "beta_end": 0.02,
12
+ "ddim_steps": 50,
13
+ "guidance_scale": 3.0
14
+ }