liuganghuggingface commited on
Commit
51bf96a
1 Parent(s): cbb7f41

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": 0,
3
+ "drop_ratio": 0.25,
4
+ "num_layer": 3,
5
+ "hidden_size": 512,
6
+ "batch_size": 256,
7
+ "epochs": 60,
8
+ "patience": 30,
9
+ "lr": 0.001,
10
+ "l2reg": 5e-06,
11
+ "num_task": 301245
12
+ }