Skip to content

Commit 270b0b2

Browse files
committed
fix crf entity extractor test
1 parent dd5bd2f commit 270b0b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/nlu/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ def ner_crf_pos_feature_config():
4242
["low", "title", "upper", "pos", "pos2"],
4343
["low", "suffix3", "suffix2", "upper", "title", "digit", "pos", "pos2"],
4444
["low", "title", "upper", "pos", "pos2"],
45-
],
46-
EPOCHS: 3,
45+
]
4746
}
4847

4948

0 commit comments

Comments
 (0)