mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Update default cfg dir in train CLI
This commit is contained in:
parent
f1f9c8b417
commit
10d938f221
|
@ -112,7 +112,7 @@ def train(
|
||||||
eval_beam_widths.sort()
|
eval_beam_widths.sort()
|
||||||
has_beam_widths = eval_beam_widths != [1]
|
has_beam_widths = eval_beam_widths != [1]
|
||||||
|
|
||||||
default_dir = Path(__file__).parent.parent / "ml" / "models" / "defaults"
|
default_dir = Path(__file__).parent.parent / "pipeline" / "defaults"
|
||||||
|
|
||||||
# Set up the base model and pipeline. If a base model is specified, load
|
# Set up the base model and pipeline. If a base model is specified, load
|
||||||
# the model and make sure the pipeline matches the pipeline setting. If
|
# the model and make sure the pipeline matches the pipeline setting. If
|
||||||
|
|
Loading…
Reference in New Issue
Block a user