mirror of https://github.com/explosion/spaCy.git
Fix config
This commit is contained in:
parent
2af741d7e3
commit
ebdb3f5f04
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue