mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
Update config
This commit is contained in:
parent
cdbd6ba912
commit
afd504f8c0
|
@ -9,8 +9,8 @@ max_epochs = 100
|
||||||
orth_variant_level = 0.0
|
orth_variant_level = 0.0
|
||||||
gold_preproc = true
|
gold_preproc = true
|
||||||
max_length = 0
|
max_length = 0
|
||||||
scores = ["tags_acc", "uas", "las"]
|
scores = ["tag_acc", "dep_uas", "dep_las"]
|
||||||
score_weights = {"las": 0.8, "tags_acc": 0.2}
|
score_weights = {"dep_las": 0.8, "tag_acc": 0.2}
|
||||||
limit = 0
|
limit = 0
|
||||||
seed = 0
|
seed = 0
|
||||||
accumulate_gradient = 2
|
accumulate_gradient = 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user