munchers commited on
Commit
00353c5
·
verified ·
1 Parent(s): dd3467c

Add model config

Browse files
Files changed (1) hide show
  1. 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
+ }