Fix config

This commit is contained in:
Matthew Honnibal 2020-07-29 14:56:11 +02:00
parent 2af741d7e3
commit ebdb3f5f04
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ accumulate_gradient = 1
use_pytorch_for_gpu_memory = false
# Control how scores are printed and checkpoints are evaluated.
eval_batch_size = 128
score_weights = {"las": 0.4, "ents_f": 0.4, "tags_acc": 0.2}
score_weights = {"dep_las": 0.4, "ents_f": 0.4, "tag_acc": 0.2}
init_tok2vec = null
discard_oversize = false
batch_by = "words"