Wonder-Griffin commited on
Commit
f469eeb
·
verified ·
1 Parent(s): 1f502ce

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["StormOracleModel"],
3
+ "model_type": "storm_oracle",
4
+ "in_channels": 3,
5
+ "image_size": 256,
6
+ "torch_dtype": "float32",
7
+ "transformers_version": "4.44.0"
8
+ }