liuganghuggingface commited on
Commit
70af783
1 Parent(s): 196349c

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
+ "device": 0,
3
+ "drop_ratio": 0.25,
4
+ "num_layer": 5,
5
+ "hidden_size": 768,
6
+ "temperature": 1,
7
+ "freeze_text_encoder": true,
8
+ "batch_size": 1000,
9
+ "epochs": 40,
10
+ "patience": 10,
11
+ "lr": 0.001,
12
+ "l2reg": 5e-06
13
+ }