Update config

This commit is contained in:
Matthew Honnibal 2020-07-25 14:04:25 +02:00
parent cdbd6ba912
commit afd504f8c0
1 changed files with 2 additions and 2 deletions

View File

@ -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