ali6parmak commited on
Commit
af06082
1 Parent(s): 912fbf3

Upload pdf_tokens_type_config.txt

Browse files
Files changed (1) hide show
  1. pdf_tokens_type_config.txt +18 -0
pdf_tokens_type_config.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boosting_type": "gbdt",
3
+ "verbose": -1,
4
+ "learning_rate": 0.1,
5
+ "num_class": len(TokenType),
6
+ "context_size": 4,
7
+ "num_boost_round": 700,
8
+ "num_leaves": 127,
9
+ "bagging_fraction": 0.6810645192499981,
10
+ "bagging_freq": 10,
11
+ "feature_fraction": 0.7087268965467017,
12
+ "lambda_l1": 1.1533558410486358e-08,
13
+ "lambda_l2": 4.91211684620458,
14
+ "min_data_in_leaf": 47,
15
+ "feature_pre_filter": False,
16
+ "seed": 22,
17
+ "deterministic": True,
18
+ }