bglick13 commited on
Commit
b3bc4ab
1 Parent(s): 5b65c61

folders for pipeline

Browse files
unet/.DS_Store ADDED
Binary file (6.15 kB). View file
 
unet/config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"down_block_types": ["DownResnetBlock1D", "DownResnetBlock1D", "DownResnetBlock1D", "DownResnetBlock1D"], "block_out_channels": [32, 64, 128, 256], "up_block_types": ["UpResnetBlock1D", "UpResnetBlock1D", "UpResnetBlock1D"], "layers_per_block": 1}
unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e67d95a2158b0249c550b746dd887fbcdc8424c7f70533d6a8a1cb2e1135b72
3
+ size 15900409
value_function/config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"in_channels": 14, "down_block_types": ["DownResnetBlock1D", "DownResnetBlock1D", "DownResnetBlock1D", "DownResnetBlock1D"], "up_block_types": [], "out_block_type": "ValueFunction", "block_out_channels": [32, 64, 128, 256], "layers_per_block": 1, "always_downsample": true}
value_function/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c11c8019e94bb49a8f4f4c5fbe74fef474de2f830a0ffd17de8b53078193b310
3
+ size 9229305