ali6parmak commited on
Commit
bd93506
1 Parent(s): 17cf6f3

Upload reading_order_model_config.txt

Browse files
Files changed (1) hide show
  1. reading_order_model_config.txt +18 -0
reading_order_model_config.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boosting_type": "gbdt",
3
+ "verbose": -1,
4
+ "learning_rate": 0.1,
5
+ "num_class": 2,
6
+ "context_size": 18,
7
+ "num_boost_round": 800,
8
+ "num_leaves": 255,
9
+ "bagging_fraction": 0.8140916039821084,
10
+ "bagging_freq": 9,
11
+ "feature_fraction": 0.3526400612810575,
12
+ "lambda_l1": 5.058643948078386e-08,
13
+ "lambda_l2": 0.017293649765588552,
14
+ "min_data_in_leaf": 34,
15
+ "feature_pre_filter": False,
16
+ "seed": 22,
17
+ "deterministic": True,
18
+ }