IndradyumnaRoy commited on
Commit
1e4ce1c
·
verified ·
1 Parent(s): a1f8ee8

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
+ "k": 5,
4
+ "nhid": 10,
5
+ "ratio1": 1,
6
+ "ratio2": 1,
7
+ "ratio3": 0.8,
8
+ "mode": "RW",
9
+ "dropout": 0.0,
10
+ "input_dim": 1
11
+ },
12
+ "name": "H2MN"
13
+ }