Create config.json
Browse files- 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 |
+
}
|