Add model config
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "scent-to-molecule-controlnet",
|
3 |
+
"text_dim": 384,
|
4 |
+
"hidden_dim": 256,
|
5 |
+
"epoch": 20,
|
6 |
+
"best_val_loss": 0.030441686697304248
|
7 |
+
}
|