Skip to content

Commit e1659b6

Browse files
authored
Add files via upload
1 parent ea19e9c commit e1659b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neural_ner/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ class Config(object):
5858

5959
config.is_l2_loss = True
6060

61-
config.model_name = 'model.NER_SOFTMAX_CHAR_CRF'
61+
config.model_name = 'model_tx.NER_SOFTMAX_CHAR_CRF'
6262

6363
config.optimizer = 'adam'
6464

6565
config.use_pretrain_embd = True
6666

6767
config.verbose = False
6868
config.is_caps=True
69-
config.is_structural_perceptron_loss=True
69+
config.is_structural_perceptron_loss=False
7070

7171
config.input_format='conll2003' #crfsuite
7272

0 commit comments

Comments
 (0)