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