Skip to content

Commit 057aa20

Browse files
committed
2 parents 0916007 + 1daafdc commit 057aa20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neural_ner/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class Config(object):
2525
#config.label_type= 'iob'
2626

2727
config.lr = 0.0015
28+
2829
config.lr_decay = 0.05
2930
config.dropout_ratio = 0.5
3031
config.momentum = 0.9
@@ -58,6 +59,7 @@ class Config(object):
5859
config.is_l2_loss = True
5960

6061
config.model_name = 'model.NER_SOFTMAX_CHAR_CRF'
62+
6163
config.optimizer = 'adam'
6264

6365
config.use_pretrain_embd = True

0 commit comments

Comments
 (0)