This commit is contained in:
vinit 2023-02-20 16:59:04 +05:30
parent c225991930
commit bc2e082192

View File

@ -68,6 +68,7 @@ PARTIAL_DATA = [
def test_label_smoothing():
util.fix_random_seed()
nlp = Language()
tagger_no_ls = nlp.add_pipe(
"tagger", "no_label_smoothing", config=dict(label_smoothing=0.0)