IndradyumnaRoy commited on
Commit
f71915f
·
verified ·
1 Parent(s): 3ff9996

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_config": {
3
+ "input_dim": 1,
4
+ "hidden_dim": 10,
5
+ "dropout": 0,
6
+ "n_layers": 3,
7
+ "conv_type": "SAGE",
8
+ "skip": "learnable",
9
+ "post_mp_dim": 64,
10
+ "margin": 0.5
11
+ },
12
+ "name": "neuromatch"
13
+ }