mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-03 20:53:12 +03:00
Fix config
This commit is contained in:
parent
2af741d7e3
commit
ebdb3f5f04
|
@ -21,7 +21,7 @@ accumulate_gradient = 1
|
||||||
use_pytorch_for_gpu_memory = false
|
use_pytorch_for_gpu_memory = false
|
||||||
# Control how scores are printed and checkpoints are evaluated.
|
# Control how scores are printed and checkpoints are evaluated.
|
||||||
eval_batch_size = 128
|
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
|
init_tok2vec = null
|
||||||
discard_oversize = false
|
discard_oversize = false
|
||||||
batch_by = "words"
|
batch_by = "words"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user