RajBhope commited on
Commit
5f9386d
·
verified ·
1 Parent(s): a9d6cc9

Upload nn_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. nn_config.json +9 -0
nn_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_dim": 64,
3
+ "hidden_dims": [
4
+ 512,
5
+ 256,
6
+ 128
7
+ ],
8
+ "dropout": 0.15
9
+ }