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

Upload paragraph_extraction_model_config.txt

Browse files
paragraph_extraction_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": 1,
7
+ "num_boost_round": 400,
8
+ "num_leaves": 191,
9
+ "bagging_fraction": 0.9166599392739231,
10
+ "bagging_freq": 7,
11
+ "feature_fraction": 0.3116707710163228,
12
+ "lambda_l1": 0.0006901861637621734,
13
+ "lambda_l2": 1.1886914989632197e-05,
14
+ "min_data_in_leaf": 50,
15
+ "feature_pre_filter": True,
16
+ "seed": 22,
17
+ "deterministic": True,
18
+ }